| Constructor and Description |
|---|
WebDriverWrapper(Config config,
org.openqa.selenium.WebDriver webDriver,
SelenideProxyServer selenideProxy) |
| Modifier and Type | Method and Description |
|---|---|
Browser |
browser() |
void |
close()
Does not close webdriver.
|
Config |
config() |
org.openqa.selenium.WebDriver |
getAndCheckWebDriver() |
SelenideProxyServer |
getProxy() |
org.openqa.selenium.WebDriver |
getWebDriver() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactions, executeJavaScript, getUserAgent, hasWebDriverStarted, supportsJavascript, switchTopublic WebDriverWrapper(Config config, org.openqa.selenium.WebDriver webDriver, SelenideProxyServer selenideProxy)
public org.openqa.selenium.WebDriver getWebDriver()
getWebDriver in interface Driverpublic SelenideProxyServer getProxy()
public org.openqa.selenium.WebDriver getAndCheckWebDriver()
getAndCheckWebDriver in interface Driver