Package org.openqa.selenium
package org.openqa.selenium
-
ClassDescriptionRepresents the known architectures used in WebDriver.Indicates that a feature or API is in active development, and so should not be relied upon.Reads information about how the current application was built.Mechanism used to locate elements within a document.Describes a series of key/value pairs that encapsulate aspects of a browser.Deprecated.Marker interface for credentials used for authenticating a browser to a site, typically via
UsernameAndPassword
and Basic or Digest authentication.Indicates that a reference to a shadow root is now "detached" --- the element no longer appears on the DOM of the page.Defines an object which represents the three dimensional plane and how a device can be rotated about it.Similar to Point - implement locally to avoid depending on GWT.Indicates that a click could not be properly executed because the target element was obscured in some way.Thrown to indicate that although aWebElement
is present on the DOM, it is not in a state that can be interacted with.Indicates that a driver supports authenticating to a website in some way.Used by classes to indicate that they can describe theCapabilities
they possess.Indicates that a driver supports downloading remote files.Indicates that a Node health check failed.Indicates that navigation caused by the user agent hit a certificate warning, which is usually the result of an expired or invalid TLS certificate.Thrown when attempting to add a cookie under a different domain than the current URL.Indicates that aWebElement
is in a state that means actions cannot be performed with it.Indicates that a driver can execute JavaScript, providing access to the mechanism to do so.Representations of pressable keys that aren't text.Indicates that a user has tried to access an alert when one is not present.Deprecated.Thrown byWebDriver.findElement(By by)
andWebElement.findElement(By by)
.Thrown by any command being called afterWebDriver.quit()
.Indicates that an element does not have a shadow root.OutputType<T>Defines the output type for a screenshot.Represents the known and supported Platforms that WebDriver runs on.A copy of java.awt.Point, to remove dependency on awt.Configuration parameters for using proxies in WebDriver.Represents possible screen orientations.Thrown when an async execute script command does not complete in enough time.Indicates that a session could not be created.Indicates that a reference to an element is now "stale" --- the element no longer appears on the DOM of the page.Indicates a driver or an HTML element that can capture a screenshot and store it in different ways.Thrown when a command does not complete in enough time.Thrown when a driver fails to set a cookie.Used to indicate that a command used by the remote webdriver is unsupported.A combination of username and password to use when authenticating a browser with a website.WebDriver is a remote control interface that enables introspection and control of user agents (browsers).An interface for managing stuff you would do in a browser menuUsed to locate a given frame or window.An interface for managing timeout behavior for WebDriver instances.Describes, in general terms, a webdriver instance.Represents an HTML element.Represents the type of new browser window that may be created.This interface indicates that the implementing class knows about the driver that contains it and can export it.Indicates that there is an underlying element that can be used