Class QuirksData
- Namespace
- CSF.Extensions.WebDriver.Quirks
- Assembly
- CSF.Extensions.WebDriver.dll
Gets information related to the WebDriver/browser quirks.
public class QuirksData
- Inheritance
-
QuirksData
- Inherited Members
Properties
Empty
Gets an empty instance of QuirksData.
public static QuirksData Empty { get; }
Property Value
Quirks
Gets or sets a collection of the quirks, whereby each key is the name of a specific quirk.
public IDictionary<string, BrowserInfoCollection> Quirks { get; set; }