C# 클래스 OpenQA.Selenium.Proxy

Describes proxy settings to be used with a driver instance.
파일 보기 프로젝트 열기: krosenvold/selenium-git-release-candidate 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
VerifyProxyTypeCompatilibily ( ProxyKind compatibleProxy ) : void

메소드 상세

Proxy() 공개 메소드

Initializes a new instance of the Proxy class.
public Proxy ( ) : System
리턴 System

Proxy() 공개 메소드

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.
리턴 System