Initializes a new instance of the SafariDriver class using the specified SafariOptions.
Namespace: OpenQA.Selenium.SafariAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public SafariDriver( SafariOptions options )
Parameters
- options
- Type: OpenQA.Selenium.Safari SafariOptions
The SafariOptions to use for this SafariDriver instance.
See Also