Table of Contents

Interface IGetsQuirksForBrowserId

Namespace
CSF.Extensions.WebDriver.Quirks
Assembly
CSF.Extensions.WebDriver.dll

An object which - given a BrowserId - can get a collection of the quirks which are applicable to that browser.

public interface IGetsQuirksForBrowserId

Methods

GetApplicableQuirks(BrowserId)

Gets a collection of the named quirks which are applicable to the specified browser.

IReadOnlyCollection<string> GetApplicableQuirks(BrowserId browserId)

Parameters

browserId BrowserId

The browser ID

Returns

IReadOnlyCollection<string>

Exceptions

ArgumentNullException

If browserId is null.