Namespace: OpenQA.Selenium.FirefoxAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
public FirefoxExtension(
string fileName
)
public FirefoxExtension(
string fileName
)
Public Sub New ( _
fileName As String _
)
Public Sub New ( _
fileName As String _
)
public:
FirefoxExtension(
String^ fileName
)
public:
FirefoxExtension(
String^ fileName
)
Parameters
- fileName
- Type:
System String
The name of the file containing the Firefox extension.
WebDriver attempts to resolve the
fileName parameter
by looking first for the specified file in the directory of the calling assembly,
then using the full path to the file, if a full path is provided.