31 Aug 2023 05:03 PM - edited 10 Dec 2025 03:56 PM
Summary: Some applications check whether an action was completed by a real user using the isTrusted property. Synthetic users don't pass this check out of the box, so we need to update the script to change this.
With the snippet below, Browser Clickpath Monitors can click and enter keystrokes in applications that require the events to be trusted.
This feature was added:
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.
If this does not resolve the issue, please open a support ticket and provide
What to read next:
Script mode for Browser monitor configuration
Synthetic Browser Monitor Error Codes
How to perform a click event using Javascript on browser clickpath synthetic monitors
Browser monitors: Missing XHR actions for third-party iframes
How to inspect and add the shadow DOM elements into synthetic script events.