org.fluentlenium.core.wait
Class FluentSizeBuilder

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

public class FluentSizeBuilder
extends Object


Constructor Summary
FluentSizeBuilder(Search search, org.openqa.selenium.support.ui.FluentWait fluentWait, String selector, List<Filter> filters)
           
 
Method Summary
 void equalTo(int size)
          Equals
 void greaterThan(int size)
          Greater than
 void greaterThanOrEqualTo(int size)
          Greater than or equals
 void lessThan(int size)
          Less than
 void lessThanOrEqualTo(int size)
          Less than or equals
 void notEqualTo(int size)
          Not equals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FluentSizeBuilder

public FluentSizeBuilder(Search search,
                         org.openqa.selenium.support.ui.FluentWait fluentWait,
                         String selector,
                         List<Filter> filters)
Method Detail

equalTo

public void equalTo(int size)
Equals

Parameters:
size -

notEqualTo

public void notEqualTo(int size)
Not equals

Parameters:
size -

lessThan

public void lessThan(int size)
Less than

Parameters:
size -

lessThanOrEqualTo

public void lessThanOrEqualTo(int size)
Less than or equals

Parameters:
size -

greaterThan

public void greaterThan(int size)
Greater than

Parameters:
size -

greaterThanOrEqualTo

public void greaterThanOrEqualTo(int size)
Greater than or equals

Parameters:
size -


Copyright © 2012 AConsulting. All Rights Reserved.