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 TypeClassDescriptionclassIndicates that a reference to a shadow root is now "detached" --- the element no longer appears on the DOM of the page.classIndicates that a click could not be properly executed because the target element was obscured in some way.classThrown to indicate that although aWebElementis present on the DOM, it is not in a state that can be interacted with.classIndicates that a Node health check failed.classIndicates that navigation caused by the user agent hit a certificate warning, which is usually the result of an expired or invalid TLS certificate.classclassThrown when attempting to add a cookie under a different domain than the current URL.classIndicates that aWebElementis in a state that means actions cannot be performed with it.classclassclassIndicates that a user has tried to access an alert when one is not present.classclassThrown byWebDriver.findElement(By by)andWebElement.findElement(By by).classclassThrown by any command being called afterWebDriver.quit().classIndicates that an element does not have a shadow root.classclassclassclassThrown when an async execute script command does not complete in enough time.classIndicates that a session could not be created.classIndicates that a reference to an element is now "stale" --- the element no longer appears on the DOM of the page.classThrown when a command does not complete in enough time.classThrown when a driver fails to set a cookie.classclassUsed to indicate that a command used by the remote webdriver is unsupported.Methods in org.openqa.selenium that throw WebDriverExceptionModifier and TypeMethodDescription<X> XTakesScreenshot.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 TypeClassDescriptionclassIndicates that the target provided to the actions move() method is invalid - outside of the size of the window.