28 Jul 2023 12:26 PM - edited 14 May 2026 02:56 PM
\t) to a keystroke event so the Browser Clickpath behaves as expected during execution.
Open the Browser Clickpath Monitor> Settings > Recorded clickpath page
\t to the existing keystrokes.
If tabbing out of a field doesn’t trigger the expected behavior, the application may rely on additional JavaScript events (such as blur, change, or custom handlers).
In these cases, consider triggering the required events using a JavaScript event in the Browser Clickpath, as described in How to perform a click event using Javascript on browser clickpath synthetic monitors.
The Dynatrace Synthetic Recorder captures keystrokes but doesn’t always record focus‑change actions like tabbing out of a field. Adding \t manually ensures the action is executed consistently.
Yes. Browser Clickpath monitors support manually updating keystroke events, including adding special characters such as the tab key.
Use JavaScript events when tabbing out doesn’t trigger the required application behavior, or when multiple events must be fired to simulate a real user interaction.
If the previous steps don't resolve the issue, open a chat and provide a link to the monitor, along with the troubleshooting steps you have already completed.
📖 Synthetic Troubleshooting Map
📖 How to perform a click event using Javascript on browser clickpath synthetic monitors