Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

March 4, 2021

How to find CSS value of Kendo date picker elements ( Selenium + .Net )

How to find CSS value of Kendo date picker elements ( Selenium + .Net )

 Kendo UI is a framework provided by Telerik which provides interactive controls in websites. If you are trying to automate any of the Kendo...

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