Class BrowserInfoCollection
- Namespace
- CSF.Extensions.WebDriver.Quirks
- Assembly
- CSF.Extensions.WebDriver.dll
A collection of BrowserInfo indicating which browsers/version ranges are affected by a quirk.
public class BrowserInfoCollection
- Inheritance
-
BrowserInfoCollection
- Inherited Members
Properties
AffectedBrowsers
Gets or sets the collection of BrowserInfo affected by the current quirk.
public ISet<BrowserInfo> AffectedBrowsers { get; set; }