Click or drag to resize
Tesco SW, a.s.

WebDriverCustomFirefoxDriver Class

Vlastní rozšíření pro FireFoxDriver, po přechodu na selenium 4 smazat
Inheritance Hierarchy
SystemObject
  WebDriver
    FirefoxDriver
      TescoSW.MW.UITests.CommonWebDriverCustomFirefoxDriver

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.1.8740.34343
Syntax
C#
public class CustomFirefoxDriver : FirefoxDriver

The WebDriverCustomFirefoxDriver type exposes the following members.

Constructors
  NameDescription
Public methodWebDriverCustomFirefoxDriver
Initializes a new instance of the WebDriverCustomFirefoxDriver class
Public methodWebDriverCustomFirefoxDriver(FirefoxDriverService)
Initializes a new instance of the WebDriverCustomFirefoxDriver class
Public methodWebDriverCustomFirefoxDriver(FirefoxOptions)
Initializes a new instance of the WebDriverCustomFirefoxDriver class
Public methodWebDriverCustomFirefoxDriver(String)
Initializes a new instance of the WebDriverCustomFirefoxDriver class
Public methodWebDriverCustomFirefoxDriver(FirefoxDriverService, FirefoxOptions)
Initializes a new instance of the WebDriverCustomFirefoxDriver class
Public methodWebDriverCustomFirefoxDriver(String, FirefoxOptions)
Initializes a new instance of the WebDriverCustomFirefoxDriver class
Public methodWebDriverCustomFirefoxDriver(FirefoxDriverService, FirefoxOptions, TimeSpan)
Initializes a new instance of the WebDriverCustomFirefoxDriver class
Public methodWebDriverCustomFirefoxDriver(String, FirefoxOptions, TimeSpan)
Initializes a new instance of the WebDriverCustomFirefoxDriver class
Top
Methods
  NameDescription
Public methodInstallExtenstions
Nainstaluje rozšíření pro firefox přes http request
Top
See Also