Uses of Class
org.openqa.selenium.NotFoundException
-
Packages that use NotFoundException Package Description org.openqa.selenium -
-
Uses of NotFoundException in org.openqa.selenium
Subclasses of NotFoundException in org.openqa.selenium Modifier and Type Class Description classNoAlertPresentExceptionIndicates that a user has tried to access an alert when one is not present.classNoSuchContextExceptionThrown byContextAware.context(String)WebDriver.switchTo().context(String name)}.classNoSuchCookieExceptionclassNoSuchElementExceptionThrown byWebDriver.findElement(By by)andWebElement.findElement(By by).classNoSuchFrameExceptionclassNoSuchShadowRootExceptionIndicates that an element does not have a shadow root.classNoSuchWindowException
-