Showing posts with label WebDriver. Show all posts
Showing posts with label WebDriver. Show all posts

October 14, 2022

How to switch to next tab in browser programmatically without using tab name (Selenium + .Net)

How to switch to next tab in browser programmatically without using tab name (Selenium + .Net)

There will be several occasions while automating a web application where we need to move our control to the next tab. This may occur if the ...

September 14, 2022

How to scroll until the web element is in the center of screen using Selenium + .Net + Java Script

How to scroll until the web element is in the center of screen using Selenium + .Net + Java Script

 When we are using any type of reporting , if given the command to take a screenshot it takes the currently visible screen of the applicatio...

July 4, 2022

Get Azure VM Chrome version using PowerShell script and use the output value in Azure Pipeline tasks

Get Azure VM Chrome version using PowerShell script and use the output value in Azure Pipeline tasks

We might have seen the following error while using chrome driver in selenium  Message:   Initialization method Project_BeforeTest threw exce...

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

September 21, 2021

How to fix  Access to the path 'C:\Users\..\bin\Debug\chromedriver.exe' is denied. issue while using selenium

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