Class ProxyCreationOptions
- Namespace
- CSF.Extensions.WebDriver.Proxies
- Assembly
- CSF.Extensions.WebDriver.dll
Options related to the creation of a proxy OpenQA.Selenium.IWebDriver.
public class ProxyCreationOptions
- Inheritance
-
ProxyCreationOptions
- Inherited Members
Properties
AddIdentification
Gets or sets a value indicating whether or not the created proxy should be enriched with the functionality of IHasBrowserId.
public bool AddIdentification { get; set; }
Property Value
AddQuirks
Gets or sets a value indicating whether or not the created proxy should be enriched with the functionality of IHasQuirks.
public bool AddQuirks { get; set; }
Property Value
Remarks
If this property is true then the value of AddIdentification is irrelevant; the functionality of IHasBrowserId will always be added to the proxy, as this quirks functionality depends upon it.
DriverOptions
Gets or sets the DriverOptions with which the WebDriver was originally created.
public DriverOptions DriverOptions { get; set; }
Property Value
- DriverOptions