Property | Type | Description | |
---|---|---|---|
AcceptUntrustedCertificates | bool | ||
DefaultEnableNativeEvents | bool | ||
DefaultPort | int |
Method | Description | |
---|---|---|
FirefoxDriver ( ) : System |
Initializes a new instance of the FirefoxDriver class.
|
|
FirefoxDriver ( OpenQA.Selenium.Firefox.FirefoxBinary binary, |
Initializes a new instance of the FirefoxDriver class for a given profile and binary environment.
|
|
FirefoxDriver ( OpenQA.Selenium.Firefox.FirefoxBinary binary, |
Initializes a new instance of the FirefoxDriver class for a given profile, binary environment, and timeout value.
|
|
FirefoxDriver ( |
Initializes a new instance of the FirefoxDriver class for a given profile.
|
|
GetScreenshot ( ) : Screenshot |
Gets a Screenshot object representing the image of the page on the screen.
|
Method | Description | |
---|---|---|
CreateElement ( string elementId ) : |
Creates a RemoteWebElement with the specified ID.
|
|
PrepareEnvironment ( ) : void |
In derived classes, the PrepareEnvironment method prepares the environment for test execution.
|
|
StartClient ( ) : void |
Starts the command executor, enabling communication with the browser.
|
|
StopClient ( ) : void |
Stops the command executor, ending further communication with the browser.
|
Method | Description | |
---|---|---|
CreateExtensionConnection ( OpenQA.Selenium.Firefox.FirefoxBinary binary, |
protected CreateElement ( string elementId ) : |
||
elementId | string | The ID of this element. |
return |
public FirefoxDriver ( OpenQA.Selenium.Firefox.FirefoxBinary binary, |
||
binary | OpenQA.Selenium.Firefox.FirefoxBinary | A |
profile | A |
|
return | System |
public FirefoxDriver ( OpenQA.Selenium.Firefox.FirefoxBinary binary, |
||
binary | OpenQA.Selenium.Firefox.FirefoxBinary | A |
profile | A |
|
commandTimeout | System.TimeSpan | The maximum amount of time to wait for each command. |
return | System |
public FirefoxDriver ( |
||
profile | A |
|
return | System |
public static bool AcceptUntrustedCertificates | ||
return | bool |
public static bool DefaultEnableNativeEvents | ||
return | bool |