Get Current Url From Browser: GETURL
The Get Current Url From Browser action is used to capture the current URL that the browser is viewing. This action retrieves the URL as a string and stores it in the variable specified in the parameter section.
This is useful when you need to verify or use the current URL in other steps within your automation process.
Steps to configure:
- Select Get Current URL from Browser from the Action drop-down menu.
- No need to specify Screen Name or Element Key for this action.
- In the Parameters section, provide the name of the variable where the URL should be stored (e.g., url).
- Click Save.
Note: While the steps for adding an Action are identical in both views, the display of the steps changes:


Expected Outcome on Execution:
- The current URL is retrieved from the browser and stored in the url variable.
- This variable can be used in later steps of your automation process to reference the stored information using syntax ${url}.