Record a clickpath or add steps manually if you want to:
If you still don't have the Dynatrace Synthetic Recorder Chrome extension installed, you will see the Install Dynatrace Synthetic Recorder button. Select it to install the extension.
After installing the extension, allow it in incognito.
chrome://extensions/ into your Chrome address bar and select Enter.You can select Run clickpath to check how the monitor follows the user journey you have specified above.

You can add all or separate user journey steps manually.
In the Steps list, select the step you want to edit. The step settings available for editing you can find in the panel on the right.
The basic settings include:
For details about step types, see Types of clickpath steps.
Also, you can optionally instruct the monitor to look for a specific element in a different tab or frame when performing the step. Specify the tab/frame using the syntax like window[0].frame[3], where window[0] is the first tab opened and window[1] represents the second tab.
It can also be window[N].frames[X] where X is a number of the iframe that is displayed on the page in tab N.
Frames can also be chained, where window[N].frames[X].frames[Y] means that elements with given locators are within frame Y, which is within frame X on tab N.
Additionally, you can:
In the Steps list, you can delete and swap steps, and also re-record a clickpath after a specific step.

To delete a step, select (Delete) next to the step.
To swap a step, select next to the step you want to swap, and then drag the step up or down.
You may want to re-record a clickpath after a specific step instead of re-recording the entire clickpath.