Friday 2 September 2022

How to Clear the Cache and Cookies in Neoload | web_cache_cleanup(); & web_cleanup_cookies() in Neoload

In general for clear cookies and cache in your we use the functions web_cache_cleanup(); & web_cleanup_cookies();. The same we can implement in NeoLoad script with a simple java script. just add these below 2 lines in your java script and run the script.



context.currentVU.clearCache();

context.currentVU.clearCookies();