Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all resources associated with this DriverService.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases all resources associated with this DriverService.
|
|
DriverService ( string servicePath, int port, string driverServiceExecutableName, |
Initializes a new instance of the DriverService class.
|
|
FindDriverServiceExecutable ( string executableName, |
Finds the specified driver service executable.
|
Method | Description | |
---|---|---|
Start ( ) : void | ||
Stop ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected DriverService ( string servicePath, int port, string driverServiceExecutableName, |
||
servicePath | string | The full path to the directory containing the executable providing the service to drive the browser. |
port | int | The port on which the driver executable should listen. |
driverServiceExecutableName | string | The file name of the driver service executable. |
driverServiceDownloadUrl | A URL at which the driver service executable may be downloaded. | |
return | System |
protected static FindDriverServiceExecutable ( string executableName, |
||
executableName | string | The file name of the executable to find. |
downloadUrl | A URL at which the driver service executable may be downloaded. | |
return | string |