FirefoxDriver Constructor WebDriver
Overload List

  NameDescription
Public methodFirefoxDriver 
Initializes a new instance of the FirefoxDriver class.
Public methodFirefoxDriver(FirefoxProfile)
Initializes a new instance of the FirefoxDriver class for a given profile.
Public methodFirefoxDriver(ICapabilities)
Initializes a new instance of the FirefoxDriver class for a given set of capabilities.
Public methodFirefoxDriver(FirefoxBinary, FirefoxProfile)
Initializes a new instance of the FirefoxDriver class for a given profile and binary environment.
Public methodFirefoxDriver(FirefoxBinary, FirefoxProfile, TimeSpan)
Initializes a new instance of the FirefoxDriver class for a given profile, binary environment, and timeout value.
Back to Top
See Also