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
BrowserIdThe browser ID
Returns
Exceptions
- ArgumentNullException
If
browserId
is null.