org.fluentlenium.core.wait
Class FluentWaitPageMatcher

java.lang.Object
  extended by org.fluentlenium.core.wait.FluentWaitPageMatcher

public class FluentWaitPageMatcher
extends Object


Constructor Summary
FluentWaitPageMatcher(org.openqa.selenium.support.ui.FluentWait wait, org.openqa.selenium.WebDriver driver)
           
FluentWaitPageMatcher(org.openqa.selenium.support.ui.FluentWait wait, org.openqa.selenium.WebDriver driver, FluentPage page)
           
 
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
 

Constructor Detail

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)
Method Detail

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.