| Package | Description |
|---|---|
| com.machinepublishers.jbrowserdriver | |
| org.openqa.selenium | |
| org.openqa.selenium.interactions | |
| org.openqa.selenium.internal | |
| org.openqa.selenium.remote |
| Modifier and Type | Class and Description |
|---|---|
class |
JBrowserDriver
A Selenium-compatible and WebKit-based web driver written in pure Java.
|
| Modifier and Type | Method and Description |
|---|---|
WebDriver |
ContextAware.context(String name)
Switch the focus of future commands for this driver to the context with the given name.
|
WebDriver |
WebDriver.TargetLocator.defaultContent()
Selects either the first frame on the page, or the main document when a page contains
iframes.
|
WebDriver |
WebDriver.TargetLocator.frame(int index)
Select a frame by its (zero-based) index.
|
WebDriver |
WebDriver.TargetLocator.frame(String nameOrId)
Select a frame by its name or ID.
|
WebDriver |
WebDriver.TargetLocator.frame(WebElement frameElement)
Select a frame using its previously located
WebElement. |
WebDriver |
WebDriver.TargetLocator.parentFrame()
Change focus to the parent context.
|
WebDriver |
WebDriver.TargetLocator.window(String nameOrHandle)
Switch the focus of future commands for this driver to the window with the given name/handle.
|
| Modifier and Type | Field and Description |
|---|---|
protected WebDriver |
Actions.driver |
| Constructor and Description |
|---|
Actions(WebDriver driver)
Default constructor - uses the default keyboard, mouse implemented by the driver.
|
CompositeAction(WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
WebDriver |
WrapsDriver.getWrappedDriver() |
| Modifier and Type | Class and Description |
|---|---|
class |
org.openqa.selenium.remote.RemoteWebDriver |
Copyright © 2014-2016 Machine Publishers, LLC and the jBrowserDriver contributors.
Project homepage: https://github.com/machinepublishers/jbrowserdriver