public class WindowsDriverFactory
Modifiers | Name | Description |
---|---|---|
static String |
DESIRED_CAPABILITIES_PROPERTY |
|
static String |
WIN_APP_DRIVER_PROPERTY |
Type Params | Return Type | Name and description |
---|---|---|
|
public WebElement |
apply(WindowsDriver<WebElement> driver) |
|
public Request |
authenticate(Route route, Response response) |
|
public Request |
authenticate(Route route, Response response) |
|
public static AppiumCommandExecutor |
getAppiumExecutorForRemoteDriver(URL remoteWebServerUrl, ProxyInformation proxyInfo) |
|
public static WindowsDriver<WebElement> |
getWindowsDriver() |
|
public static WindowsSession |
getWindowsSession() |
|
public static WindowsDriver<WebElement> |
newWindowsDriver(URL remoteAddressURL, DesiredCapabilities desiredCapabilities, ProxyInformation proxyInfo) |
|
public static WindowsDriver<WebElement> |
startApplication(String appFile, String appTitle) |
|
public static WindowsSession |
startApplication(URL remoteAddressURL, String appFile, DesiredCapabilities initCapabilities, ProxyInformation proxyInfo, String appTitle) |