Uses of Class
org.fest.assertions.fluentlenium.custom.FluentWebElementAssert

Packages that use FluentWebElementAssert
org.fest.assertions.fluentlenium   
org.fest.assertions.fluentlenium.custom   
 

Uses of FluentWebElementAssert in org.fest.assertions.fluentlenium
 

Methods in org.fest.assertions.fluentlenium that return FluentWebElementAssert
static FluentWebElementAssert FluentLeniumAssertions.assertThat(FluentWebElement actual)
           
 

Uses of FluentWebElementAssert in org.fest.assertions.fluentlenium.custom
 

Methods in org.fest.assertions.fluentlenium.custom that return FluentWebElementAssert
 FluentWebElementAssert FluentWebElementAssert.hasNotText(String textToFind)
          check if the element does not contain the text
 FluentWebElementAssert FluentWebElementAssert.hasText(String textToFind)
          check if the element contains the text
 FluentWebElementAssert FluentWebElementAssert.isDisplayed()
          check if the element is displayed
 FluentWebElementAssert FluentWebElementAssert.isEnabled()
          check if the element is enabled
 FluentWebElementAssert FluentWebElementAssert.isNotDisplayed()
          check if the element is not displayed
 FluentWebElementAssert FluentWebElementAssert.isNotEnabled()
          check if the element is not enabled
 FluentWebElementAssert FluentWebElementAssert.isNotSelected()
          check if the element is not selected
 FluentWebElementAssert FluentWebElementAssert.isSelected()
          check if the element is selected
 



Copyright © 2012 AConsulting. All Rights Reserved.