C# Class OpenQA.Selenium.Proxy

Describes proxy settings to be used with a driver instance.
Afficher le fichier Open project: krosenvold/selenium-git-release-candidate Class Usage Examples

Méthodes publiques

Méthode Description
Proxy ( ) : System

Initializes a new instance of the Proxy class.

Proxy ( object>.Dictionary settings ) : System

Initializes a new instance of the Proxy class with the given proxy settings.

Private Methods

Méthode Description
VerifyProxyTypeCompatilibily ( ProxyKind compatibleProxy ) : void

Method Details

Proxy() public méthode

Initializes a new instance of the Proxy class.
public Proxy ( ) : System
Résultat System

Proxy() public méthode

Initializes a new instance of the Proxy class with the given proxy settings.
public Proxy ( object>.Dictionary settings ) : System
settings object>.Dictionary A dictionary of settings to use with the proxy.
Résultat System