Tuesday 29 October 2013

What are the common exceptions that might occur in selenium webdriver in Java?

Here is the list of common exceptions in Java in selenium web driver.

  1. Element is not clickable at point (x, y). 
  2. No Such Element - for Frame related issue
  3. The driver executable does not exist. Driver executable must be set by the webdriver.ie.driver system property. The path to the driver executable must be set by the webdriver.chrome.driver system property
  4. Stale Element Reference - This happens when new element comes in ajax
You may also like to read below topics.




  1. Press key in Selenium Webdriver in Java
  2. Read Table Data in Selenium Webdriver in Java
  3. Take the screenshot in Selenium Webdriver in Java
  4. Execute JavaScript in Selenium Webdriver in Java
  5. Handle multiple browser windows in Selenium Webdriver in Java
  6. Double-Click on the Element in Selenium Webdriver in Java
  7. Exceptions in Selenium Webdriver in Java
  8. Synchronization in Selenium Webdriver in Java

What do you think on above selenium topic. Please provide your inputs and comments. Thanks

No comments:

Post a Comment

Buy Best Selenium Books

Contributors