Monday, 20 April 2020

SE - 60 - NotFoundException in Selenium and its subclasses

The NotFoundException is a super class which includes the subclass NoSuchElementException. The known direct subclasses of NotFoundException are: NoAlertPresentException, NoSuchContextException, NoSuchElementException, NoSuchFrameException and NoSuchWindowException. So if we want one catch statement to catch all five exception and they will all be handled the same way then we can just handle NotFoundException. 

No comments:

Post a Comment