| Constructor and Description |
|---|
LazyDriver(Config config,
org.openqa.selenium.Proxy userProvidedProxy,
java.util.List<org.openqa.selenium.support.events.WebDriverEventListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
Browser |
browser() |
DownloadsFolder |
browserDownloadsFolder() |
void |
close() |
Config |
config() |
org.openqa.selenium.WebDriver |
getAndCheckWebDriver() |
SelenideProxyServer |
getProxy() |
org.openqa.selenium.WebDriver |
getWebDriver() |
boolean |
hasWebDriverStarted() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactions, clearCookies, executeAsyncJavaScript, executeJavaScript, getCurrentFrameUrl, getSessionId, getUserAgent, source, supportsJavascript, switchTo, urlpublic LazyDriver(Config config, @Nullable org.openqa.selenium.Proxy userProvidedProxy, java.util.List<org.openqa.selenium.support.events.WebDriverEventListener> listeners)
public boolean hasWebDriverStarted()
hasWebDriverStarted in interface Driver@Nonnull public org.openqa.selenium.WebDriver getWebDriver()
getWebDriver in interface Driver@Nullable public SelenideProxyServer getProxy()
@CheckReturnValue @Nonnull public org.openqa.selenium.WebDriver getAndCheckWebDriver()
getAndCheckWebDriver in interface Driver@CheckReturnValue @Nullable public DownloadsFolder browserDownloadsFolder()
browserDownloadsFolder in interface Driver