프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ChromeBinary | System | ||
GetChromeFile | string | ||
IsChromeBinaryLocationKnown | bool |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | void |
public Start ( string serverUrl ) : void | ||
serverUrl | string | URL from which commands should be requested |
리턴 | void |