Category: Microsoft, selenium

The same principle also applies to test code that is primarily written to test the existing product functionalities, unearth bugs, and make the product 100% bug-free. It is rightly said that Truth is always stranger than fiction and you would witness a lot of ‘stranger things’ when you perform Selenium test automation.

This Selenium exception occurs when a reference to an element is made that is not anymore on the DOM of the page.

This is one of the common Selenium exceptions that occur when the requested command is able to match a known URL but unable to match the method for that URL.

This is the base WebDriver exception that occurs due to incompatibility in the binding of Selenium WebDriver and target web browser.

Related Articles