Get Current URL
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built Action located under the @Browser Element, instructs the Avo Assure to get the current page URL and save the result in the dynamic variable.
Input Value: N/A
N/A
Not Applicable
Output Value:
<Dynamic Variable>
(Required)
This variable holds the current browser URL
<Dynamic Variable>
(Optional)
This dynamic variable holds the status as True or False
Example
Fetches the current URL from the active browser window.
The Get Current URL action does not take any value in the Input Value column. It retrieves the URL of the currently loaded web page (e.g., ) and stores it in the {CurrentURL} variable. The execution status is stored in the {Status} variable, with the following possible values:
True – If the current URL is fetched successfully.
False – If fetching the URL fails or an error occurs.