@ParametersAreNonnullByDefault public class StaticDriver extends java.lang.Object implements Driver
WebDriverRunner,
StaticConfig| Constructor and Description |
|---|
StaticDriver() |
| 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, getUserAgent, source, supportsJavascript, switchTo, url@CheckReturnValue @Nonnull public Browser browser()
@CheckReturnValue public boolean hasWebDriverStarted()
hasWebDriverStarted in interface Driver@CheckReturnValue @Nonnull public org.openqa.selenium.WebDriver getWebDriver()
getWebDriver in interface Driver@CheckReturnValue @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