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 class
NoAlertPresentException
Indicates that a user has tried to access an alert when one is not present.class
NoSuchContextException
Thrown byContextAware.context(String)
WebDriver.switchTo().context(String name)}.class
NoSuchCookieException
class
NoSuchElementException
Thrown byWebDriver.findElement(By by)
andWebElement.findElement(By by)
.class
NoSuchFrameException
class
NoSuchShadowRootException
Indicates that an element does not have a shadow root.class
NoSuchWindowException
-