Showing posts with label Chrome. Show all posts
Showing posts with label Chrome. Show all posts
July 4, 2022
Labels:
Agent Jobs,
Azure,
AzureTasks,
C#,
Chrome,
ErrorFix,
ErrorHandling,
Release Pipeline,
RunSettings,
Selenium,
WebDriver
February 9, 2022

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 ...September 21, 2021

How to fix Access to the path 'C:\Users\..\bin\Debug\chromedriver.exe' is denied. issue while using selenium
There will be situations where we will not be able to delete the chromedriver or access it. One such recurring scenario is when we try to up...November 3, 2020

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