You must have an active browser session to use the Elements tab.
Pick a locator
1
Click an element in the browser to inspect it. The Elements tab populates with the platform’s recommended locator for that element.

2
To use a different locator, open the Locator dropdown. The platform’s recommended locator appears at the top.
3
Use the Action dropdown to select an interaction or assertion. The locator populates in the field below.
4
Copy and paste the locator into your flow.
Use a stable
test ID attribute where possible — one that stays the same even when the UI layout or styling changes. This prevents many common test failures caused by shifting locators.