Uses of Class
org.seleniumhq.selenium.fluent.internal.Context

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

Uses of Context in org.seleniumhq.selenium.fluent
 

Fields in org.seleniumhq.selenium.fluent declared as Context
protected  Context Internal.BaseFluentWebDriver.context
           
protected  Context Internal.BaseTestableObject.context
           
 

Methods in org.seleniumhq.selenium.fluent that return Context
 Context Internal.BaseFluentWebDriver.SingleResult.getCtx()
           
 Context Internal.BaseFluentWebDriver.MultipleResult.getCtx()
           
 

Methods in org.seleniumhq.selenium.fluent with parameters of type Context
protected abstract  org.openqa.selenium.WebElement Internal.BaseFluentWebDriver.actualFindElement(org.openqa.selenium.By by, Context ctx, org.openqa.selenium.SearchContext searchContext)
           
protected  org.openqa.selenium.WebElement FluentWebElements.actualFindElement(org.openqa.selenium.By by, Context ctx, org.openqa.selenium.SearchContext searchContext)
           
protected  org.openqa.selenium.WebElement FluentWebElement.actualFindElement(org.openqa.selenium.By by, Context ctx, org.openqa.selenium.SearchContext searchContext)
           
protected  org.openqa.selenium.WebElement FluentWebDriver.actualFindElement(org.openqa.selenium.By by, Context ctx, org.openqa.selenium.SearchContext searchContext)
           
protected abstract  List<org.openqa.selenium.WebElement> Internal.BaseFluentWebDriver.actualFindElements(org.openqa.selenium.By by, Context ctx)
           
protected  List<org.openqa.selenium.WebElement> FluentWebElements.actualFindElements(org.openqa.selenium.By by, Context ctx)
           
protected  List<org.openqa.selenium.WebElement> FluentWebElement.actualFindElements(org.openqa.selenium.By by, Context ctx)
           
protected  List<org.openqa.selenium.WebElement> FluentWebDriver.actualFindElements(org.openqa.selenium.By by, Context ctx)
           
protected
<T> T
Internal.BaseFluentWebDriver.executeAndWrapReThrowIfNeeded(Execution<T> execution, Internal.WebElementHolder currentElement, Context ctx, boolean expectedToBeThere)
           
protected abstract  org.openqa.selenium.WebElement Internal.BaseFluentWebDriver.findElement(org.openqa.selenium.By by, Context ctx, org.openqa.selenium.SearchContext searchContext)
           
protected  org.openqa.selenium.WebElement FluentWebElements.findElement(org.openqa.selenium.By by, Context ctx, org.openqa.selenium.SearchContext searchContext)
           
protected  org.openqa.selenium.WebElement FluentWebElement.findElement(org.openqa.selenium.By by, Context ctx, org.openqa.selenium.SearchContext searchContext)
           
protected  org.openqa.selenium.WebElement FluentWebDriver.findElement(org.openqa.selenium.By by, Context ctx, org.openqa.selenium.SearchContext searchContext)
           
protected abstract  List<org.openqa.selenium.WebElement> Internal.BaseFluentWebDriver.findElements(org.openqa.selenium.By by, Context ctx)
           
protected  List<org.openqa.selenium.WebElement> FluentWebElements.findElements(org.openqa.selenium.By by, Context ctx)
           
protected  List<org.openqa.selenium.WebElement> FluentWebElement.findElements(org.openqa.selenium.By by, Context ctx)
           
protected  List<org.openqa.selenium.WebElement> FluentWebDriver.findElements(org.openqa.selenium.By by, Context ctx)
           
protected abstract  FluentWebElements Internal.BaseFluentWebDriver.makeFluentWebElements(List<FluentWebElement> results, Context context, Monitor monitor)
           
protected  FluentWebElements Internal.BaseFluentWebElement.makeFluentWebElements(List<FluentWebElement> results, Context context, Monitor monitor1)
           
protected  FluentWebElements FluentWebDriver.makeFluentWebElements(List<FluentWebElement> results, Context context, Monitor monitor)
           
protected  FluentSelects FluentSelects.makeFluentWebElements(List<FluentWebElement> results, Context context, Monitor monitor)
           
protected  Internal.BaseFluentWebElement Internal.BaseFluentWebDriver.newFluentWebElement(org.openqa.selenium.WebDriver delegate, Internal.WebElementHolder result, Context context)
           
protected  void Internal.BaseTestableObject.validateWrapRethrow(Internal.Validation validation, Context ctx)
           
protected static FluentExecutionStopped Internal.BaseFluentWebDriver.wrapAssertionError(Context ctx, AssertionError e)
           
protected static FluentExecutionStopped Internal.BaseFluentWebDriver.wrapRuntimeException(Context ctx, RuntimeException e)
           
 

Constructors in org.seleniumhq.selenium.fluent with parameters of type Context
FluentSelect(org.openqa.selenium.WebDriver delegate, org.openqa.selenium.support.ui.Select currentSelect, org.openqa.selenium.WebElement currentElement, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
FluentSelect(org.openqa.selenium.WebDriver delegate, org.openqa.selenium.WebElement currentElement, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
FluentSelects(org.openqa.selenium.WebDriver delegate, List<FluentWebElement> currentElements, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
FluentWebDriver.BooleanResultsAdapter(org.openqa.selenium.WebDriver webDriver, Internal.WebElementHolder elementHolder, Monitor monitor, Context context)
           
FluentWebDriver.BooleanResultsAdapter(org.openqa.selenium.WebDriver webDriver, Monitor monitor, Context context)
           
FluentWebDriver(org.openqa.selenium.WebDriver delegate, Context context)
           
FluentWebDriver(org.openqa.selenium.WebDriver webDriver, Monitor monitor, Context context, boolean booleanInsteadOfNoSuchElement)
           
FluentWebElement.NegatingFluentWebElement(org.openqa.selenium.WebDriver delegate, Internal.WebElementHolder currentElement, Period duration, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
FluentWebElement(org.openqa.selenium.WebDriver delegate, Internal.WebElementHolder currentElement, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
FluentWebElements(org.openqa.selenium.WebDriver delegate, List<FluentWebElement> currentElements, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
Internal.BaseFluentWebDriver.MultipleResult(List<org.openqa.selenium.WebElement> result, Context ctx)
           
Internal.BaseFluentWebDriver.SingleResult(Internal.WebElementHolder result, Context ctx)
           
Internal.BaseFluentWebDriver(org.openqa.selenium.WebDriver delegate, Context context, Monitor monitor, boolean booleanInsteadOfNotFoundException)
           
Internal.BaseFluentWebElement(org.openqa.selenium.WebDriver delegate, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
Internal.BaseFluentWebElements(org.openqa.selenium.WebDriver delegate, Context context, Monitor monitor, boolean booleanInsteadOfNoSuchElement)
           
Internal.BaseTestableObject(Period within, Execution<T> execution, Context context, Monitor monitor)
           
TestableString(Execution<String> execution, Context ctx, Monitor monitor)
           
TestableValue(Execution<T> execution, Context context, Monitor monitor)
           
TestableValue(Period period, Execution<T> execution, Context context, Monitor monitor)
           
 

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

Methods in org.seleniumhq.selenium.fluent.internal that return Context
static Context Context.plural(Context previous, String tagName, org.openqa.selenium.By by)
           
static Context Context.singular(Context previous, String tagName)
           
static Context Context.singular(Context previous, String tagName, org.openqa.selenium.By by)
           
static Context Context.singular(Context previous, String tagName, org.openqa.selenium.By by, Object arg)
           
static Context Context.singular(Context context, String tagName, Object arg)
           
 

Methods in org.seleniumhq.selenium.fluent.internal with parameters of type Context
protected  org.openqa.selenium.WebElement RetryingFluentWebDriver.findElement(org.openqa.selenium.By by, Context ctx, org.openqa.selenium.SearchContext searchContext)
           
protected  List<org.openqa.selenium.WebElement> RetryingFluentWebDriver.findElements(org.openqa.selenium.By by, Context ctx)
           
protected  FluentWebDriver NegatingFluentWebDriver.newDelegateFluentWebDriver(org.openqa.selenium.WebDriver delegate, Context context, Period duration, Monitor monitor)
           
static Context Context.plural(Context previous, String tagName, org.openqa.selenium.By by)
           
static Context Context.singular(Context previous, String tagName)
           
static Context Context.singular(Context previous, String tagName, org.openqa.selenium.By by)
           
static Context Context.singular(Context previous, String tagName, org.openqa.selenium.By by, Object arg)
           
static Context Context.singular(Context context, String tagName, Object arg)
           
 

Constructors in org.seleniumhq.selenium.fluent.internal with parameters of type Context
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.