FirefoxExtension Constructor WebDriver
Initializes a new instance of the FirefoxExtension class.

Namespace: OpenQA.Selenium.Firefox
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public FirefoxExtension(
	string fileName
)

Parameters

fileName
Type: OnlineSystem String
The name of the file containing the Firefox extension.
Remarks

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.
See Also