FirefoxProfile SetProxyPreferences Method WebDriver
Set proxy preferences for this profile.

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

public void SetProxyPreferences(
	Proxy proxy
)

Parameters

proxy
Type: OpenQA.Selenium Proxy
The Proxy object defining the proxy preferences for the profile.
See Also