Property | Type | Description | |
---|---|---|---|
ChromeBinary | System | ||
GetChromeFile | string | ||
IsChromeBinaryLocationKnown | bool |
Method | Description | |
---|---|---|
IncrementStartWaitInterval ( int diff ) : void |
Increases the wait time
|
|
Kill ( ) : void |
Kills off the Browser Instance
|
|
Start ( string serverUrl ) : void |
Starts the Chrome process for WebDriver. Assumes the passed directories exist.
|
Method | Description | |
---|---|---|
ChromeBinary ( |
Initializes a new instance of the ChromeBinary class using the given ChromeProfile and extension.
|
|
GetChromeFile ( ) : string |
Locates the Chrome executable on the current platform. First looks in the webdriver.chrome.bin property, then searches through the default expected locations.
|
|
IsChromeBinaryLocationKnown ( ) : bool |
public static IncrementStartWaitInterval ( int diff ) : void | ||
diff | int | How long to wait |
return | void |
public Start ( string serverUrl ) : void | ||
serverUrl | string | URL from which commands should be requested |
return | void |