Uses of Interface
org.openqa.selenium.WebDriver
Packages that use WebDriver
Package
Description
-
Uses of WebDriver in org.openqa.selenium
Methods in org.openqa.selenium that return WebDriverModifier and TypeMethodDescriptionSwitch the focus of future commands for this driver to the context with the given name.WebDriver.TargetLocator.defaultContent()
Selects either the first frame on the page, or the main document when a page contains iframes.WebDriver.TargetLocator.frame
(int index) Select a frame by its (zero-based) index.Select a frame by its name or ID.WebDriver.TargetLocator.frame
(WebElement frameElement) Select a frame using its previously locatedWebElement
.protected WebDriver
By.getWebDriver
(SearchContext context) WrapsDriver.getWrappedDriver()
WebDriver.TargetLocator.newWindow
(WindowType typeHint) Creates a new browser window and switches the focus for future commands of this driver to the new window.WebDriver.TargetLocator.parentFrame()
Change focus to the parent context.Switch the focus of future commands for this driver to the window with the given name/handle.Methods in org.openqa.selenium that return types with arguments of type WebDriverModifier and TypeMethodDescriptionWebDriverInfo.createDriver
(Capabilities capabilities) Creates a new instance of theWebDriver
implementation. -
Uses of WebDriver in org.openqa.selenium.interactions
Constructors in org.openqa.selenium.interactions with parameters of type WebDriver -
Uses of WebDriver in org.openqa.selenium.logging
Methods in org.openqa.selenium.logging with parameters of type WebDriver