Showing posts with label Exception. Show all posts
Showing posts with label Exception. Show all posts

April 12, 2021

How to fix 'user data directory is already in use' exception in selenium

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

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