What are the different exceptions you got when working with webdriver?



What are the different exceptions you got when working with webdriver?..

Answer / Neelesh Khare

There are various exceptions that may occur while working with Selenium WebDriver, including NoSuchElementException (when an element is not found), TimeoutException (when a timeout expires before an expected condition occurs), StaleElementReferenceException (when the element reference is no longer valid), ElementNotVisibleException (when an element is present but not visible), and WebDriverException (a generic exception for unexpected errors).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

Tell us how will you use selenium to upload a file?

1 Answers  


Which technique should you consider using throughout the script “if there is neither frame id nor frame name”?

1 Answers  


How can we deal with web-based pop-up?

1 Answers  


Which automation tools can be used for post-launch validation with continuous integration?

1 Answers  


What must one set within side in order to run a test from the beginning to a certain point within the test?

1 Answers  


How can we fetch title of the page in selenium?

1 Answers  


what is the best Online training website?Good Faculty for Online Training for Selenium

1 Answers  


How you will switch from one frame to another?

1 Answers  


what is mutation testing, Difference between system and End to End testing,Give examples of bug having high priority but low severity except spelling mistakes and logo symbol.

1 Answers  


What is the architecture of selenium rc?

1 Answers  


How to invoke an application in webdriver?

1 Answers  


what is your approach clicking all the links which are available on the page?

1 Answers  


Categories