Showing posts with label Nuget. Show all posts
Showing posts with label Nuget. Show all posts

February 9, 2022

How to use WebDriver manager for efficient management of browser drivers ( Selenium + .Net )

How to use WebDriver manager for efficient management of browser drivers ( Selenium + .Net )

Managing WebDrivers in sync with browser versions is always a problem for an automation tester.  If we can't control the auto-update of ...
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...