31 Aug 2023 05:03 PM - edited 06 Jun 2025 10:36 AM
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.
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
More articles can be found on the Synthetic Troubleshooting Map