/// <summary> /// Initializes a new instance of the <see cref="T:CSF.WebDriverExtras.Proxies.SauceConnectWebDriverProxyCreator"/> class. /// </summary> /// <param name="identificationFactory">Identification factory.</param> public SauceConnectWebDriverProxyCreator(IGetsBrowserIdentification identificationFactory) : base(identificationFactory) { }
/// <summary> /// Initializes a new instance of the <see cref="T:CSF.WebDriverExtras.Proxies.RemoteWebDriverProxyCreator"/> class. /// </summary> /// <param name="identificationFactory">Identification factory.</param> public RemoteWebDriverProxyCreator(IGetsBrowserIdentification identificationFactory) { this.identificationFactory = identificationFactory ?? new BrowserIdentificationFactory(); }
/// <summary> /// Initializes the <see cref="T:CSF.WebDriverExtras.WebDriverExtensions"/> class. /// </summary> static WebDriverExtensions() { browserIdFactory = new BrowserIdentificationFactory(); }