Table of Contents

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 IWebDriver

The WebDriver

creationOptions DriverOptions

The driver options with which the driver was created

Returns

BrowserId

A BrowserId

Exceptions

ArgumentNullException

If driver is null.