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

Packages that use Period
org.seleniumhq.selenium.fluent   
org.seleniumhq.selenium.fluent.internal   
 

Uses of Period in org.seleniumhq.selenium.fluent
 

Subclasses of Period in org.seleniumhq.selenium.fluent
static class Period.Milliseconds
           
static class Period.Minutes
           
static class Period.Seconds
           
 

Fields in org.seleniumhq.selenium.fluent declared as Period
protected  Period Internal.BaseTestableObject.within
           
 

Methods in org.seleniumhq.selenium.fluent that return Period
protected  Period Internal.BaseFluentWebDriver.getPeriod()
           
static Period Period.millis(int millis)
           
static Period Period.mins(int mins)
           
static Period Period.secs(int secs)
           
 

Methods in org.seleniumhq.selenium.fluent with parameters of type Period
 FluentWebElement FluentWebElement.ifInvisibleWaitUpTo(Period period)
           
 FluentSelect FluentSelect.ifInvisibleWaitUpTo(Period period)
           
 void RetryAfterStaleElement.stopAfter(Period period)
           
 TestableValue<T> TestableValue.within(Period period)
           
 TestableString TestableString.within(Period period)
           
 FluentWebElement FluentWebElement.within(Period period)
           
 FluentWebDriver FluentWebDriver.within(Period period)
           
 FluentSelect FluentSelect.within(Period period)
           
 FluentWebElement.NegatingFluentWebElement FluentWebElement.without(Period period)
           
 NegatingFluentWebDriver FluentWebDriver.without(Period period)
           
 

Constructors in org.seleniumhq.selenium.fluent with parameters of type Period
FluentWebElement.NegatingFluentWebElement(org.openqa.selenium.WebDriver delegate, Internal.WebElementHolder currentElement, Period duration, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
Internal.BaseTestableObject(Period within, Execution<T> execution, Context context, Monitor monitor)
           
TestableValue(Period period, Execution<T> execution, Context context, Monitor monitor)
           
 

Uses of Period in org.seleniumhq.selenium.fluent.internal
 

Methods in org.seleniumhq.selenium.fluent.internal that return Period
protected  Period RetryingFluentWebDriver.getPeriod()
           
 

Methods in org.seleniumhq.selenium.fluent.internal with parameters of type Period
protected  FluentWebDriver NegatingFluentWebDriver.newDelegateFluentWebDriver(org.openqa.selenium.WebDriver delegate, Context context, Period duration, Monitor monitor)
           
 

Constructors in org.seleniumhq.selenium.fluent.internal with parameters of type Period
NegatingFluentWebDriver(org.openqa.selenium.WebDriver delegate, Period duration, Context context, Monitor monitor)
           
RetryingFluentWebDriver(org.openqa.selenium.WebDriver webDriver, Period period, Context context, Monitor monitor)
           
 



Copyright © 2013. All Rights Reserved.