What exceptions do you know in Selenium
• I often have NoSuchElementException
•TimeOutException •StaleElementException
(The element has been deleted entirely)
o How we handle StaleElementException;
* Element is not attached to DOM ‘try catch block’ within ‘for loop’