public class WindowsDriverFactory
Modifiers | Name | Description |
---|---|---|
static String |
DESIRED_CAPABILITIES_PROPERTY |
|
static String |
FLAUI_DRIVER_PROPERTY |
|
static String |
WIN_APP_DRIVER_PROPERTY |
|
Type Params | Return Type | Name and description |
---|---|---|
|
public static AppiumCommandExecutor |
getAppiumExecutorForRemoteDriver(URL remoteWebServerUrl, ProxyInformation proxyInfo, MutableCapabilities capabilities) |
|
public static WindowsDriver |
getWindowsDriver() |
|
public static WindowsSession |
getWindowsSession() |
|
public static WindowsDriver |
newWindowsDriver(URL remoteAddressURL, DesiredCapabilities desiredCapabilities, ProxyInformation proxyInfo) |
|
public static WindowsDriver |
startApplication(String appFile, String appTitle) |
|
public static WindowsDriver |
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 |
switchToWindowTitle(String title, StringMatchingStrategy strategy) |