Clear the Cache

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.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

<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.

Last updated

Was this helpful?