public class FluentBuilderImpl<FLUENT> extends Object implements FluentBuilder<FLUENT>
| Constructor and Description |
|---|
FluentBuilderImpl(FluentBase<FLUENT> fluentBase) |
| Modifier and Type | Method and Description |
|---|---|
ElementBuilder<FLUENT> |
element(org.openqa.selenium.By element)
Returns an element condition factory which can be used to formulate
conditions related to the element determined by the given locater.
|
ElementBuilder<FLUENT> |
element(org.openqa.selenium.WebElement element)
Returns an element condition builder which can be used to formulate
conditions related to the given element.
|
public FluentBuilderImpl(FluentBase<FLUENT> fluentBase)
public ElementBuilder<FLUENT> element(org.openqa.selenium.WebElement element)
FluentBuilderelement in interface FluentBuilder<FLUENT>public ElementBuilder<FLUENT> element(org.openqa.selenium.By element)
FluentBuilderelement in interface FluentBuilder<FLUENT>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.