Method | Description | |
---|---|---|
CreateDefaultService ( ) : |
Creates a default instance of the ChromeDriverService.
|
|
CreateDefaultService ( string driverPath ) : |
Creates a default instance of the ChromeDriverService using a specified path to the ChromeDriver executable.
|
|
Dispose ( ) : void |
Releases all resources associated with this ChromeDriverService.
|
Method | Description | |
---|---|---|
ChromeDriverService ( string executable, int port ) : System |
Initializes a new instance of the ChromeDriverService class.
|
|
FindFreePort ( ) : int | ||
Start ( ) : void | ||
Stop ( ) : void |
public static CreateDefaultService ( ) : |
||
return |
public static CreateDefaultService ( string driverPath ) : |
||
driverPath | string | The directory containing the ChromeDriver executable. |
return |