org.fluentlenium.core.wait
Class FluentWaitPageMatcher
java.lang.Object
org.fluentlenium.core.wait.FluentWaitPageMatcher
public class FluentWaitPageMatcher
- extends Object
|
Method Summary |
void |
isAt()
check if ou are on the good page calling isAt. |
Fluent |
isLoaded()
check if the page is loaded or not. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FluentWaitPageMatcher
public FluentWaitPageMatcher(org.openqa.selenium.support.ui.FluentWait wait,
org.openqa.selenium.WebDriver driver)
FluentWaitPageMatcher
public FluentWaitPageMatcher(org.openqa.selenium.support.ui.FluentWait wait,
org.openqa.selenium.WebDriver driver,
FluentPage page)
isLoaded
public Fluent isLoaded()
- check if the page is loaded or not.
Be careful, it needs javascript enabled. Throw an UnsupportedOperationException if not.
isAt
public void isAt()
- check if ou are on the good page calling isAt.
Copyright © 2012 AConsulting. All Rights Reserved.