Interface IGetsBrowserIdFromWebDriver
- Namespace
- CSF.Extensions.WebDriver.Identification
- Assembly
- CSF.Extensions.WebDriver.dll
An object which can get browser identification from a WebDriver.
public interface IGetsBrowserIdFromWebDriver
Methods
GetBrowserId(IWebDriver, DriverOptions)
Gets a BrowserId from the specified OpenQA.Selenium.IWebDriver and the options object with which it was created.
BrowserId GetBrowserId(IWebDriver driver, DriverOptions creationOptions)
Parameters
driver
IWebDriverThe WebDriver
creationOptions
DriverOptionsThe driver options with which the driver was created
Returns
Exceptions
- ArgumentNullException
If
driver
is null.