Showing posts with label ClearHistory. Show all posts
Showing posts with label ClearHistory. Show all posts

November 3, 2020

How to clear chrome cache and browser history programmatically using Selenium C#

How to clear chrome cache and browser history programmatically using Selenium C#

While automating some test cases we may come across situations where we need to clear the browser history between two steps. Since we are sc...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...