See below for a tutorial on how to add custom applications to Practice Protect (in the event of an app not being in the Practice Protect catalog).
NOTE:
Order Script is being used to fully automate the Username and Password fields including the auto-click submit button. It also specifies the order of login on any web app. (For more info about this, click here.)
On the other hand, we need to ensure that we set values for the browser extension variables like Username, Password, and Submit fields in order for the script to execute properly. That is where inspecting a webpage input field is required to get the right values on each
For username and password ONLY:[["sleep",2000],["fill","username"],["fill","password", {pbl:1}],["submit"]]
For username and password with 3rd field:[["sleep",2000],["fill","corpId"] ,["fill","username"],["fill","password", {pbl:1}],["submit"]]
If you need more help with this, please don’t hesitate to contact Support.