Uses of Class
org.openqa.selenium.WebDriverException
Packages that use WebDriverException
-
Uses of WebDriverException in org.openqa.selenium
Subclasses of WebDriverException in org.openqa.seleniumModifier and TypeClassDescriptionclass
Indicates that a reference to a shadow root is now "detached" --- the element no longer appears on the DOM of the page.class
Indicates that a click could not be properly executed because the target element was obscured in some way.class
Thrown to indicate that although aWebElement
is present on the DOM, it is not in a state that can be interacted with.class
Indicates that a Node health check failed.class
Indicates that navigation caused by the user agent hit a certificate warning, which is usually the result of an expired or invalid TLS certificate.class
class
Thrown when attempting to add a cookie under a different domain than the current URL.class
Indicates that aWebElement
is in a state that means actions cannot be performed with it.class
class
class
Indicates that a user has tried to access an alert when one is not present.class
Thrown byContextAware.context(String)
WebDriver.switchTo().context(String name)}.class
class
Thrown byWebDriver.findElement(By by)
andWebElement.findElement(By by)
.class
class
Thrown by any command being called afterWebDriver.quit()
.class
Indicates that an element does not have a shadow root.class
class
class
class
Thrown when an async execute script command does not complete in enough time.class
Indicates that a session could not be created.class
Indicates that a reference to an element is now "stale" --- the element no longer appears on the DOM of the page.class
Thrown when a command does not complete in enough time.class
Thrown when a driver fails to set a cookie.class
class
Used to indicate that a command used by the remote webdriver is unsupported.Methods in org.openqa.selenium that throw WebDriverExceptionModifier and TypeMethodDescription<X> X
TakesScreenshot.getScreenshotAs
(OutputType<X> target) Capture the screenshot and store it in the specified location.PrintsPage.print
(PrintOptions printOptions) -
Uses of WebDriverException in org.openqa.selenium.interactions
Subclasses of WebDriverException in org.openqa.selenium.interactionsModifier and TypeClassDescriptionclass
Indicates that the target provided to the actions move() method is invalid - outside of the size of the window.