As we know, the exceptions in Selenium are used to handle any unexpected situation while executing the test scripts. So, these exceptions gracefully handle the errors. Otherwise, the test cases fail abruptly without any information on the error. In this article, we will be discussing UnknownMethodException. Read on to know what this exception is, how …
|
|