Clear the Cache
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Browser Element Name. It instructs the Avo Assure Client to clear the browser cookies which can help to run smoothly and efficiently.
The Clear the Cache Action clears the browser's cache, including cookies and session storage. This is useful when you need to ensure that each test starts in a clean state.
By clearing the cache, you can ensure that each test starts with no residual data from previous sessions, making your automated tests more reliable and consistent.
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
You are testing a web application, and you need to ensure that previous test data (such as cookies, cached resources, or session data) does not interfere with the current test. The Clear the Cache Action helps you clear the browser cache between test runs, ensuring that each test starts with a clean slate.
Action: It will Clear the browser cache before logging in to ensure that no previous sessions, cookies, or cached resources are used.
After using Clear the Cache Action, the browser should be in a fresh state without any cached data from previous sessions, and the login form should load without issues.
This Clear the Cache Action is clearing the temporary session once test step executed.