Refresh Browser
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 refresh the current browser. It helps verify that the web application works correctly after a page reload and save the result in the dynamic variable.
Input Value: N/A
N/A
Not Applicable
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
The dynamic variable holds the status as True or False.
Example
Performs a refresh action on the currently active browser window.
The Refresh Browser action does not take any value in the Input Value column. It reloads the current web page in the open browser. The result of the refresh operation is stored in the {RefreshStatus} variable, with the following possible values:
True – If the browser is refreshed successfully.
False – If the refresh fails or an error occurs.