31 Aug 2023 05:03 PM - edited 31 Aug 2023 05:05 PM
Some applications check whether an action was completed by a real user using the isTrusted property. Browser Clickpath Monitors can now click and enter keystrokes in applications that require the events to be trusted.
Issue | Solution | Tasks | Alternative(s) |
---|---|---|---|
Unable to interact with buttons or fields that check for trusted status | Use script option | Update Browser Clickpath | Open a support ticket if it does not work |
This feature was added
For Clicks, from 1.266 (1.266 Recorder, 1.266 Public Locations, 1.267 Synthetic-enabled ActiveGates).
For Keystrokes, from 1.269 (1.269 Recorder, 1.269 Public Locations, 1.269 Synthetic-enabled ActiveGates)
Add the following to the configuration section of the script to enable Trusted Events feature
,"experimentalProperties": [
{
"name": "enableTrustedEvents",
"value": "true"
}
]
No further changes are required to the monitor. Now all click and keystroke events in the script will be considered trusted.