public class WindowsSession
Modifiers | Name | Description |
---|---|---|
enum |
WindowsSession.TargetAppType |
Constructor and description |
---|
WindowsSession
(URL remoteAddressURL, String appFile, DesiredCapabilities initCapabilities, ProxyInformation proxyInfo, String appTitle, StringMatchingStrategy appTitleMatchingStrategy) |
Type Params | Return Type | Name and description |
---|---|---|
|
public String |
getAppFile() |
|
public String |
getAppTitle() |
|
public StringMatchingStrategy |
getAppTitleMatchingStrategy() |
|
public WindowsDriver |
getApplicationDriver() |
|
public DesiredCapabilities |
getInitCapabilities() |
|
public WindowsDriver |
getOrCreateDesktopDriver() |
|
public ProxyInformation |
getProxyInfo() |
|
public URL |
getRemoteAddressURL() |
|
public WindowsDriver |
getRunningDriver() |
|
public WindowsSession.TargetAppType |
getTargetAppType() |
|
public void |
setApplicationDriver(WindowsDriver applicationDriver) |
|
public void |
setTargetAppType(WindowsSession.TargetAppType targetAppType) |