InterviewSolution
Saved Bookmarks
| 1. |
What kinds of Selenium WebDriver exceptions have you run into? |
|
Answer» In the following project the exceptions we've run into are as follows:
On the element's, with which we are interacting, destruction and then RESTORATION, we get a stale element reference exception. When this happens, the element's DOM reference becomes invalid. Because of this, we are unable to obtain the element's reference. The following are some more common exceptions:
|
|