
Showing posts with label Selenium. Show all posts
Showing posts with label Selenium. Show all posts
March 8, 2022
February 9, 2022

WebDriver manager for efficient management of browser drivers
Managing WebDrivers in sync with browser versions is always a problem for an automation tester. If we can't control the auto-update of ...December 8, 2021
How to build a .Net Core selenium project in Azure release pipeline
If we are using only .Net framework for the selenium test project creation, we can directly use Visual Studio Build Task and Publish Artifa...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...April 12, 2021

How to fix 'user data directory is already in use' exception in selenium
If we have an SSO application and we want to login to the application with those credentials, we can use a small modification to our driver...Fixing javascript error: Cannot read properties of null (reading 'querySelector') issue when using CSS identifier in selenium
JavaScript is another way to interact with web elements when normal selenium methods fail to act. But one issue with javascript is, it does...