FirefoxProfile AddExtension Method WebDriver
Adds a Firefox Extension to this profile

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

public void AddExtension(
	string extensionToInstall
)

Parameters

extensionToInstall
Type: OnlineSystem String
The path to the new extension
See Also