public class AppiumWebDriverFactory extends WebDriverFactory
RemoteWebDriver.| Modifier and Type | Class and Description |
|---|---|
static class |
AppiumWebDriverFactory.AppiumDriver
Appium driver.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
BROWSER_NAME |
DEFAULT_HEIGHT, DEFAULT_WIDTH| Constructor and Description |
|---|
AppiumWebDriverFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowserName()
Get browser name.
|
org.openqa.selenium.WebDriver |
newInstance(DriverOptions driverOptions)
Create new WebDriver instance with driver options.
|
equals, getDefaultWindowSize, isProxySupported, setInitialWindowSize, setupProxy, toStringpublic static final String BROWSER_NAME
public String getBrowserName()
WebDriverFactorygetBrowserName in class WebDriverFactorypublic org.openqa.selenium.WebDriver newInstance(DriverOptions driverOptions)
WebDriverFactorynewInstance in class WebDriverFactorydriverOptions - driver options.Copyright © 2017. All rights reserved.