public class FluentWaitPageMatcher extends AbstractWaitMatcher
| Constructor and Description |
|---|
FluentWaitPageMatcher(FluentWait wait,
org.openqa.selenium.WebDriver driver) |
FluentWaitPageMatcher(FluentWait wait,
org.openqa.selenium.WebDriver driver,
FluentPage page) |
| Modifier and Type | Method and Description |
|---|---|
void |
isAt()
check if ou are on the good page calling isAt.
|
void |
isLoaded()
check if the page is loaded or not.
|
buildMessage, untilpublic FluentWaitPageMatcher(FluentWait wait, org.openqa.selenium.WebDriver driver)
public FluentWaitPageMatcher(FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page)
Copyright © 2016 FluentLenium. All Rights Reserved.