Class BrowserWait
java.lang.Object
com.github.git_leon.leonium.browsertools.browserhandler.waiting.AbstractBrowserWait
com.github.git_leon.leonium.browsertools.browserhandler.waiting.BrowserWait
- All Implemented Interfaces:
 BrowserWaitInterface
public class BrowserWait extends AbstractBrowserWait
- 
Constructor Summary
Constructors Constructor Description BrowserWait(int waitSeconds, org.openqa.selenium.WebDriver driver)BrowserWait(org.openqa.selenium.WebDriver driver) - 
Method Summary
Methods inherited from class com.git_leon.leonium.browsertools.browserhandler.waiting.AbstractBrowserWait
getDriver, getWaitSecondsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.git_leon.leonium.browsertools.browserhandler.waiting.BrowserWaitInterface
forAlert, forClickability, forConditions, forEnabled, forInvisibility, forKeyable, forNotStale, forPageLoad, forPageState, forPresence, forPresences, forUrlToContain, forVisibilities, forVisibility, isDisplayed, isEnabled, until 
- 
Constructor Details
- 
BrowserWait
public BrowserWait(int waitSeconds, org.openqa.selenium.WebDriver driver) - 
BrowserWait
public BrowserWait(org.openqa.selenium.WebDriver driver) 
 -