Finds a driver, checks if the provided path exists, if not, Selenium Manager is used. This implementation is still in beta and may change.
public class DriverFinder
DriverFinder
Initializes a new instance of the DriverFinder class.
public DriverFinder(DriverOptions options)
Parameters
options
DriverOptions
If options
is null.
Gets the browser path retrieved by Selenium Manager
public string GetBrowserPath()
Returns
The full browser path
Gets the driver path retrieved by Selenium Manager
public string GetDriverPath()
Returns
The full driver path
Gets whether there is a browser path for the given browser on this platform.
public bool HasBrowserPath()
Returns
TryGetBrowserPath(out string?)
Tries to get the browser path, as retrieved by Selenium Manager.
public bool TryGetBrowserPath(out string? browserPath)
Parameters
browserPath
string
If the method returns true, the full browser path.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4