Метод | Описание | |
---|---|---|
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.
|
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 |