FirefoxExtension Install Method WebDriver
Installs the extension into a profile directory.

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

public void Install(
	string profileDir
)

Parameters

profileDir
Type: OnlineSystem String
The Firefox profile directory into which to install the extension.
See Also