Showing posts with label ErrorHandling. Show all posts
Showing posts with label ErrorHandling. Show all posts

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

March 15, 2021

How to handle OpenQA.Selenium.ElementClickInterceptedException: element click intercepted

How to handle OpenQA.Selenium.ElementClickInterceptedException: element click intercepted

 This exception will be thrown by selenium mostly while loading a page. If our application is an angular application chance of this exceptio...
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...