Recently I was working with some of the scenarios and I got InvalidElementStateException in Selenium Webdriver which was stopping me from performing any operation. If you have worked with Selenium then I must say you also have faced InvalidElementStateException in Selenium Webdriver right? If not then I will show you how you can get this exception and what will be the … [Read more...] about Solution for InvalidElementStateException in Selenium Webdriver
Search Results for: exception
Solution for java.lang.illegalstateexception in Selenium Webdriver
Hello Everyone Welcome back to Selenium Webdriver tutorial series. Today in this article we are going to discuss one exception which everyone has faced while working with other browsers. By default, Selenium works with Firefox without any driver but while working with other browsers like Chrome, IE, Opera and so on we need to use third party drivers and specify the path of … [Read more...] about Solution for java.lang.illegalstateexception in Selenium Webdriver
How to solve Stale Element Reference exception in Selenium Webdriver
This is going to be one of the shortest posts of mine, but this post is quite important for those who are working with Selenium on the real time project because I will show you how to solve stale element reference exception in selenium webdriver. I am sure that you would have definitely faced StaleElemenet exception in Selenium Webdriver. I have seen so many exception in … [Read more...] about How to solve Stale Element Reference exception in Selenium Webdriver
How to Solve ElementNotVisibleException in Selenium Webdriver
Hello, Guys, Welcome back to Selenium tutorial, today we will see how to handle element not visible exception in Webdriver. I faced this exception number of times, I struggled a lot while searching solution, and finally, I got so many solutions to solve this exception. Before jumping to ElementNotVisibleException you should check below two posts that actually will help … [Read more...] about How to Solve ElementNotVisibleException in Selenium Webdriver
How to solve WebDriverException: f.QueryInterface is not a function
Hello, Welcome to Selenium tutorial, today we will discuss how to solve WebDriverException: f.QueryInterface is not a function. You will get this exception frequently while working with Selenium so we will discuss this exception in detail. Please refer below post if you are new in Selenium. 1- How to handle exception in Selenium. 2- Different Run time exception in … [Read more...] about How to solve WebDriverException: f.QueryInterface is not a function