Clear the Cache
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built Action located under the @Browser Element, instructs Avo Assure to clear the cache of the currently active browser window during debugging or execution and stores the result in a 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
Clear the cache of the currently opened browser window.
The Clear The Cache action does not take any input value. It clears all cached data for the current browser window. The result of the action is stored in the dynamic variable {CacheClearStatus}, with the following possible values:
True - Cache cleared successfully.
False - Cache clearing failed or an error occurred.