Finds the specified driver service executable.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- executableName
- Type:
System String
The file name of the executable to find.
- downloadUrl
- Type:
System Uri
A URL at which the driver service executable may be downloaded.
Return Value
The directory containing the driver service executable.Exceptions
Exception | Condition |
---|---|
OpenQA.Selenium DriverServiceNotFoundException | If the specified driver service executable does not exist in the current directory or in a directory on the system path. |
See Also