Method | Description | |
---|---|---|
GetSessionId ( ) : string | ||
RemoteWebDriver ( string url, string browser ) : System | ||
RemoteWebDriver ( string url, string browser, string version, string platform, string testName = "", bool sauceLabs = false ) : System |
Method | Description | |
---|---|---|
GetCapabilities ( string browserName ) : |
Uses reflection to create an instance of DesiredCapabilities
|
|
GetCapabilities ( string browserName, string version, string platform, string testName = "", bool sauceLabs = false ) : ICapabilities |
public RemoteWebDriver ( string url, string browser ) : System | ||
url | string | |
browser | string | |
return | System |
public RemoteWebDriver ( string url, string browser, string version, string platform, string testName = "", bool sauceLabs = false ) : System | ||
url | string | |
browser | string | |
version | string | |
platform | string | |
testName | string | |
sauceLabs | bool | |
return | System |