public class WindowsSession
Constructor and description |
---|
WindowsSession
(URL remoteAddressURL, String appFile, DesiredCapabilities initCapabilities, ProxyInformation proxyInfo) |
Type Params | Return Type | Name and description |
---|---|---|
|
public String |
getAppFile() |
|
public WindowsDriver<WebElement> |
getApplicationDriver() |
|
public WindowsDriver<WebElement> |
getDesktopDriver() |
|
public DesiredCapabilities |
getInitCapabilities() |
|
public ProxyInformation |
getProxyInfo() |
|
public URL |
getRemoteAddressURL() |
|
public WindowsDriver<WebElement> |
getRunningDriver() |
|
public boolean |
isApplicationSession() |
|
public void |
setApplicationDriver(WindowsDriver<WebElement> applicationDriver) |
|
public void |
setApplicationSession(boolean isApplicationSession) |
|
public void |
setDesktopDriver(WindowsDriver<WebElement> desktopDriver) |