public interface IApplication
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.remote.RemoteWebDriver |
getDriver() |
boolean |
isStarted() |
void |
setImplicitWaitTimeout(Duration value)
Sets implicit wait timeout to Selenium WebDriver.
|
org.openqa.selenium.remote.RemoteWebDriver getDriver()
boolean isStarted()
void setImplicitWaitTimeout(Duration value)
value - timeout value to set.Copyright © 2020. All rights reserved.