Uses of Class
org.seleniumhq.selenium.fluent.TestableValue

Packages that use TestableValue
org.seleniumhq.selenium.fluent   
 

Uses of TestableValue in org.seleniumhq.selenium.fluent
 

Methods in org.seleniumhq.selenium.fluent that return TestableValue
 TestableValue<org.openqa.selenium.Point> FluentWebElement.getLocation()
           
 TestableValue<org.openqa.selenium.Dimension> FluentWebElement.getSize()
           
 TestableValue<Boolean> FluentWebElement.isDisplayed()
           
 TestableValue<Boolean> FluentWebElement.isEnabled()
           
 TestableValue<Boolean> FluentWebElement.isSelected()
           
 TestableValue<T> TestableValue.shouldBe(T shouldBe)
           
 TestableValue<T> TestableValue.shouldNotBe(T shouldNotBe)
           
 TestableValue<T> TestableValue.within(Period period)
           
 



Copyright © 2013. All Rights Reserved.