public class WindowsDriverFactory
Modifiers | Name | Description |
---|---|---|
static String |
CAPS_APP_ARGS |
|
static String |
CAPS_APP_WORKING_DIR |
|
static String |
DESIRED_CAPABILITIES_PROPERTY |
|
static String |
WIN_APP_DRIVER_PROPERTY |
Type Params | Return Type | Name and description |
---|---|---|
|
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) |
|
protected static void |
setDefaultDesiredCapability(DesiredCapabilities caps, String key, Object value) |
|
public static WindowsDriver<WebElement> |
startApplication(String appFile, String appTitle) |
|
public static WindowsDriver<WebElement> |
startApplication(String appFile, String appTitle, StringMatchingStrategy strategy) |
|
public static WindowsSession |
startApplication(URL remoteAddressURL, String appFile, DesiredCapabilities initCapabilities, ProxyInformation proxyInfo, String appTitle, StringMatchingStrategy strategy) |
|
public static WindowsDriver<WebElement> |
switchToWindowTitle(String title, StringMatchingStrategy strategy) |