C# 클래스 WebDriverProxyUtilities.WebDriverFactory

A static factory class for creating WebDriver instances with proxies.
파일 보기 프로젝트 열기: jimevans/WebDriverProxyExamples

공개 메소드들

메소드 설명
CreateWebDriverWithProxy ( BrowserKind kind, Proxy proxy ) : IWebDriver

Creates a WebDriver instance for the desired browser using the specified proxy settings.

비공개 메소드들

메소드 설명
CreateChromeDriverWithProxy ( Proxy proxy ) : IWebDriver

Creates an ChromeDriver instance using the specified proxy settings.

CreateFirefoxDriverWithProxy ( Proxy proxy ) : IWebDriver

Creates an FirefoxDriver instance using the specified proxy settings.

CreateInternetExplorerDriverWithProxy ( Proxy proxy ) : IWebDriver

Creates an InternetExplorerDriver instance using the specified proxy settings.

CreatePhantomJSDriverWithProxy ( Proxy proxy ) : IWebDriver

Creates a PhantomJSDriver instance using the specified proxy settings.

메소드 상세

CreateWebDriverWithProxy() 공개 정적인 메소드

Creates a WebDriver instance for the desired browser using the specified proxy settings.
public static CreateWebDriverWithProxy ( BrowserKind kind, Proxy proxy ) : IWebDriver
kind BrowserKind The browser to launch.
proxy Proxy The WebDriver Proxy object containing the proxy settings.
리턴 IWebDriver