Uses of Class
io.fluentlenium.core.domain.FluentWebElement
Package
Description
-
Uses of FluentWebElement in io.fluentlenium.assertj
Modifier and TypeMethodDescriptionstatic FluentWebElementAssert
FluentLeniumAssertions.assertThat
(FluentWebElement actual) Perform assertions on aFluentWebElement
.Modifier and TypeMethodDescriptionstatic FluentListAssert
FluentLeniumAssertions.assertThat
(FluentList<? extends FluentWebElement> actual) Perform assertions on aFluentList
. -
Uses of FluentWebElement in io.fluentlenium.assertj.custom
Modifier and TypeMethodDescriptionPageAssert.hasElement
(FluentWebElement element) PageStateAssert.hasElement
(FluentWebElement element) Check if current page has given FluentWebElement present.PageAssert.hasElementDisplayed
(FluentWebElement element) PageStateAssert.hasElementDisplayed
(FluentWebElement element) Check if current page has given FluentWebElement displayed.Modifier and TypeMethodDescriptionPageAssert.hasElements
(FluentList<? extends FluentWebElement> fluentList) PageStateAssert.hasElements
(FluentList<? extends FluentWebElement> fluentList) Check if current page has at least one element of given FluentList present. -
Uses of FluentWebElement in io.fluentlenium.core
Modifier and TypeMethodDescriptiondefault <T extends FluentWebElement>
FluentList<T>FluentControl.asFluentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) default <T extends FluentWebElement>
FluentList<T>FluentControl.asFluentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) default <T extends FluentWebElement>
FluentList<T>FluentControl.asFluentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) default <T extends FluentWebElement>
FluentList<T>FluentControl.newFluentList
(Class<T> componentClass) default <T extends FluentWebElement>
FluentList<T>FluentControl.newFluentList
(Class<T> componentClass, List<T> elements) default <T extends FluentWebElement>
FluentList<T>FluentControl.newFluentList
(Class<T> componentClass, T... elements) Modifier and TypeMethodDescriptiondefault FluentWebElement
FluentControl.el
(org.openqa.selenium.WebElement rawElement) default FluentWebElement
FluentControl.newFluent
(org.openqa.selenium.WebElement element) Modifier and TypeMethodDescriptiondefault FluentList<FluentWebElement>
FluentControl.asFluentList
(Iterable<org.openqa.selenium.WebElement> elements) default FluentList<FluentWebElement>
FluentControl.asFluentList
(List<org.openqa.selenium.WebElement> elements) default FluentList<FluentWebElement>
FluentControl.asFluentList
(org.openqa.selenium.WebElement... elements) default FluentList<FluentWebElement>
FluentControl.find
(String selector, SearchFilter... filters) default FluentList<FluentWebElement>
default FluentList<FluentWebElement>
FluentControl.find
(SearchFilter... filters) default FluentList<FluentWebElement>
FluentControl.find
(org.openqa.selenium.By locator, SearchFilter... filters) default FluentList<FluentWebElement>
FluentControl.newFluentList()
default FluentList<FluentWebElement>
FluentControl.newFluentList
(List<FluentWebElement> elements) default FluentList<FluentWebElement>
FluentControl.newFluentList
(FluentWebElement... elements) Modifier and TypeMethodDescriptiondefault <T extends FluentWebElement>
FluentList<T>FluentControl.newFluentList
(Class<T> componentClass, T... elements) default FluentList<FluentWebElement>
FluentControl.newFluentList
(FluentWebElement... elements) default void
FluentControl.switchTo
(FluentWebElement element) void
FluentDriver.switchTo
(FluentWebElement element) Modifier and TypeMethodDescriptiondefault FluentList<FluentWebElement>
FluentControl.newFluentList
(List<FluentWebElement> elements) default void
FluentControl.switchTo
(FluentList<? extends FluentWebElement> elements) void
FluentDriver.switchTo
(FluentList<? extends FluentWebElement> elements) -
Uses of FluentWebElement in io.fluentlenium.core.action
Modifier and TypeClassDescriptionclass
BaseFill<E extends FluentWebElement>
Common class form filling features storing the potential elements to fill.class
Fill<E extends FluentWebElement>
Default form filling features.class
FillSelect<E extends FluentWebElement>
Provides functionality to select values in<select>
elements.interface
FluentActions<T,
E extends FluentWebElement> All actions that can be used on the list or on a web element.Modifier and TypeMethodDescriptionvoid
WindowAction.clickAndCloseCurrent
(FluentWebElement button) Clicks button, which closes current window and switches to last window (in set returned byWebDriver.getWindowHandles()
).WindowAction.clickAndOpenNew
(FluentWebElement button) Clicks button, which opens new window and switches to newly opened window.ModifierConstructorDescriptionKeyboardElementActions
(org.openqa.selenium.WebDriver driver, FluentWebElement fluentWebElement) Creates a new object to execute actions with the keyboard, using given selenium driver and element.MouseElementActions
(org.openqa.selenium.WebDriver driver, FluentWebElement fluentWebElement) Creates a new mouse element actions.ModifierConstructorDescriptionFluentJavascriptActionsImpl
(T self, JavascriptControl javascript, Supplier<FluentWebElement> element) Creates a new fluent javascript actions. -
Uses of FluentWebElement in io.fluentlenium.core.components
Modifier and TypeMethodDescription<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.asFluentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.asFluentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.asFluentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) <T extends FluentWebElement>
FluentList<T>ComponentInstantiator.asFluentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator.asFluentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator.asFluentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.newFluentList
(Class<T> componentClass) <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.newFluentList
(Class<T> componentClass, List<T> elements) <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.newFluentList
(Class<T> componentClass, T... elements) <T extends FluentWebElement>
FluentList<T>ComponentInstantiator.newFluentList
(Class<T> componentClass) Create and register an empty fluent list of the provided type.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator.newFluentList
(Class<T> componentClass, List<T> elements) Create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator.newFluentList
(Class<T> componentClass, T... elements) Create and register a new fluent list.Modifier and TypeMethodDescriptionAbstractComponentInstantiator.newFluent
(org.openqa.selenium.WebElement element) ComponentInstantiator.newFluent
(org.openqa.selenium.WebElement element) Create and register a newFluentWebElement
from the givenWebElement
.Modifier and TypeMethodDescriptionAbstractComponentInstantiator.asFluentList
(Iterable<org.openqa.selenium.WebElement> elements) AbstractComponentInstantiator.asFluentList
(List<org.openqa.selenium.WebElement> elements) AbstractComponentInstantiator.asFluentList
(org.openqa.selenium.WebElement... elements) ComponentInstantiator.asFluentList
(Iterable<org.openqa.selenium.WebElement> elements) Create and register a new fluent list from the argument collection of WebElements.ComponentInstantiator.asFluentList
(List<org.openqa.selenium.WebElement> elements) Create and register a new fluent list from the argument list of WebElements.ComponentInstantiator.asFluentList
(org.openqa.selenium.WebElement... elements) Create and register a new fluent list from the argument WebElements.AbstractComponentInstantiator.newFluentList()
AbstractComponentInstantiator.newFluentList
(List<FluentWebElement> elements) AbstractComponentInstantiator.newFluentList
(FluentWebElement... elements) ComponentInstantiator.newFluentList()
Create and register an empty fluent list.ComponentInstantiator.newFluentList
(List<FluentWebElement> elements) Create and register a new fluent list from the argument list of FluentWebElements.ComponentInstantiator.newFluentList
(FluentWebElement... elements) Create and register a new fluent list from the argument FluentWebElements.Modifier and TypeMethodDescription<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator.newFluentList
(Class<T> componentClass, T... elements) AbstractComponentInstantiator.newFluentList
(FluentWebElement... elements) <T extends FluentWebElement>
FluentList<T>ComponentInstantiator.newFluentList
(Class<T> componentClass, T... elements) Create and register a new fluent list.ComponentInstantiator.newFluentList
(FluentWebElement... elements) Create and register a new fluent list from the argument FluentWebElements.Modifier and TypeMethodDescriptionAbstractComponentInstantiator.newFluentList
(List<FluentWebElement> elements) ComponentInstantiator.newFluentList
(List<FluentWebElement> elements) Create and register a new fluent list from the argument list of FluentWebElements. -
Uses of FluentWebElement in io.fluentlenium.core.conditions
Modifier and TypeFieldDescriptionprotected Conditions<FluentWebElement>
BaseObjectListConditions.conditions
protected final Function<FluentWebElement,
C> BaseObjectListConditions.conditionsGetter
protected final Function<FluentWebElement,
T> BaseObjectListConditions.objectGetter
Modifier and TypeMethodDescriptionList<? extends FluentWebElement>
AbstractFluentListConditions.getActualElements()
List<? extends FluentWebElement>
ListConditionsElements.getActualElements()
Get the actual list of elements.protected List<? extends FluentWebElement>
AbstractFluentListConditions.getElements()
Get the underlying list of elementsprotected AbstractObjectConditions<List<? extends FluentWebElement>>
DynamicIntegerConditionsImpl.newInstance
(boolean negationValue) protected AbstractObjectConditions<FluentWebElement>
WebElementConditions.newInstance
(boolean negationValue) Modifier and TypeMethodDescriptionprotected Predicate<FluentDriver>
AtLeastOneElementConditions.buildAtLeastOnePredicate
(Predicate<FluentWebElement> predicate, boolean defaultValue) Build predicate for this condition.protected Predicate<FluentDriver>
EachElementConditions.buildEachElementPredicate
(Predicate<FluentWebElement> predicate, boolean defaultValue) Build predicate for this condition.boolean
AbstractFluentListConditions.verify
(Predicate<FluentWebElement> predicate) boolean
AtLeastOneElementConditions.verify
(Predicate<FluentWebElement> predicate, boolean defaultValue) boolean
EachElementConditions.verify
(Predicate<FluentWebElement> predicate, boolean defaultValue) boolean
FluentListConditions.verify
(Predicate<FluentWebElement> predicate, boolean defaultValue) Check that the given predicate is verified.ModifierConstructorDescriptionWebElementConditions
(FluentWebElement element) Creates a new conditions object on elementWebElementConditions
(FluentWebElement element, boolean negation) Creates a new conditions object on elementModifierConstructorDescriptionprotected
AbstractFluentListConditions
(List<? extends FluentWebElement> elements) Creates a new conditions on list of elements.AtLeastOneElementConditions
(List<? extends FluentWebElement> elements) Creates a new condition.BaseObjectListConditions
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, T> objectGetter, Function<FluentWebElement, C> conditionsGetter) Creates a new list conditionsBaseObjectListConditions
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, T> objectGetter, Function<FluentWebElement, C> conditionsGetter) Creates a new list conditionsDynamicIntegerConditionsImpl
(Supplier<List<? extends FluentWebElement>> supplier, boolean negation) Creates a new conditions object on integer.EachElementConditions
(List<? extends FluentWebElement> elements) Creates a new element list conditions.IntegerListConditionsImpl
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, Integer> objectGetter) Creates a new list conditions, with default integer condition implementationIntegerListConditionsImpl
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, Integer> objectGetter) Creates a new list conditions, with default integer condition implementationIntegerListConditionsImpl
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, Integer> objectGetter, Function<FluentWebElement, IntegerConditions> conditionsGetter) Creates a new list conditionsIntegerListConditionsImpl
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, Integer> objectGetter, Function<FluentWebElement, IntegerConditions> conditionsGetter) Creates a new list conditionsRectangleListConditionsImpl
(Conditions<FluentWebElement> conditions) Creates a new list of rectangles conditions, using rectangle of the conditions elementRectangleListConditionsImpl
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, org.openqa.selenium.Rectangle> objectGetter, Function<FluentWebElement, RectangleConditions> conditionsGetter) Creates a new list of rectangles conditionsRectangleListConditionsImpl
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, org.openqa.selenium.Rectangle> objectGetter, Function<FluentWebElement, RectangleConditions> conditionsGetter) Creates a new list of rectangles conditionsStringListConditionsImpl
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, String> objectGetter, Function<FluentWebElement, StringConditions> conditionsGetter) Creates a new list of string conditionsStringListConditionsImpl
(Conditions<FluentWebElement> conditions, Function<FluentWebElement, String> objectGetter, Function<FluentWebElement, StringConditions> conditionsGetter) Creates a new list of string conditions -
Uses of FluentWebElement in io.fluentlenium.core.conditions.wait
Modifier and TypeMethodDescriptionstatic FluentListConditions
WaitConditionProxy.each
(FluentWait wait, String context, Supplier<? extends List<? extends FluentWebElement>> elementsSupplier) Build a wait proxy.static FluentConditions
WaitConditionProxy.element
(FluentWait wait, String context, Supplier<? extends FluentWebElement> elementSupplier) Build a wait proxy.static FluentListConditions
WaitConditionProxy.one
(FluentWait wait, String context, Supplier<? extends List<? extends FluentWebElement>> elementsSupplier) Build a wait proxy. -
Uses of FluentWebElement in io.fluentlenium.core.dom
Modifier and TypeMethodDescriptionDom.ancestors()
Find ancestor elements.Dom.descendants()
Find descendants elements (children, grandchildren, etc.).Dom.followings()
Find following elements.Dom.followingSiblings()
Find following sibling elements.protected FluentList<FluentWebElement>
Handle an XPath axeDom.precedings()
Find preceding elements.Dom.precedingSiblings()
Find preceding sibling elements. -
Uses of FluentWebElement in io.fluentlenium.core.domain
Modifier and TypeInterfaceDescriptioninterface
FluentList<E extends FluentWebElement>
Wraps a list ofFluentWebElement
.class
FluentListImpl<E extends FluentWebElement>
Default implementation ofFluentList
andComponentList
.Modifier and TypeMethodDescription<T extends FluentWebElement>
FluentList<T>Wrap all underlying elements in a component.<T extends FluentWebElement>
FluentList<T><T extends FluentWebElement>
FluentList<T>FluentWebElement.asFluentList
(Class<T> componentClass, Iterable<org.openqa.selenium.WebElement> elements) <T extends FluentWebElement>
FluentList<T>FluentWebElement.asFluentList
(Class<T> componentClass, List<org.openqa.selenium.WebElement> elements) <T extends FluentWebElement>
FluentList<T>FluentWebElement.asFluentList
(Class<T> componentClass, org.openqa.selenium.WebElement... elements) <T extends FluentWebElement>
FluentList<T>FluentWebElement.newFluentList
(Class<T> componentClass) <T extends FluentWebElement>
FluentList<T>FluentWebElement.newFluentList
(Class<T> componentClass, List<T> elements) <T extends FluentWebElement>
FluentList<T>FluentWebElement.newFluentList
(Class<T> componentClass, T... elements) Modifier and TypeMethodDescriptionFluentWebElement.clear()
Clear the elementFluentWebElement.clearReactInput()
Clear React input using Backspace onlyFluentWebElement.click()
FluentWebElement.contextClick()
FluentWebElement.doubleClick()
FluentWebElement.el
(org.openqa.selenium.WebElement rawElement) FluentWebElement.frame()
FluentWebElement.hoverOver()
FluentWebElement.modifyAttribute
(String attributeName, String attributeValue) FluentWebElement.newFluent
(org.openqa.selenium.WebElement element) FluentWebElement.noHook()
FluentWebElement.noHook
(Class<? extends FluentHook>... hooks) FluentWebElement.noHookInstance()
FluentWebElement.noHookInstance
(Class<? extends FluentHook>... hooks) FluentWebElement.now()
FluentWebElement.now
(boolean force) FluentWebElement.reset()
FluentWebElement.restoreHooks()
FluentWebElement.scrollIntoView()
FluentWebElement.scrollIntoView
(boolean alignWithTop) FluentWebElement.scrollToCenter()
FluentWebElement.submit()
Submit the elementFluentWebElement.waitAndClick()
FluentWebElement.waitAndClick
(Duration duration) <O,
H extends FluentHook<O>>
FluentWebElement<O,
H extends FluentHook<O>>
FluentWebElementFluentWebElement.withLabelHint
(String... labelHint) Set the text elementModifier and TypeMethodDescriptionFluentWebElement.asFluentList
(Iterable<org.openqa.selenium.WebElement> elements) FluentWebElement.asFluentList
(List<org.openqa.selenium.WebElement> elements) FluentWebElement.asFluentList
(org.openqa.selenium.WebElement... elements) FluentWebElement.asList()
Converts this element as a single element list.FluentWebElement.fill()
FluentWebElement.fillSelect()
FluentWebElement.find
(String selector, SearchFilter... filters) FluentWebElement.find
(SearchFilter... filters) FluentWebElement.find
(org.openqa.selenium.By locator, SearchFilter... filters) FluentWebElement.getLabel()
FluentWebElement.newFluentList()
FluentWebElement.newFluentList
(List<FluentWebElement> elements) FluentWebElement.newFluentList
(FluentWebElement... elements) FluentWebElement.optional()
Modifier and TypeMethodDescription<T extends FluentWebElement>
FluentList<T>FluentWebElement.newFluentList
(Class<T> componentClass, T... elements) FluentWebElement.newFluentList
(FluentWebElement... elements) void
FluentWebElement.switchTo
(FluentWebElement element) Modifier and TypeMethodDescriptionFluentWebElement.newFluentList
(List<FluentWebElement> elements) <R> R
FluentWebElement.noHook
(Class<? extends FluentHook> hook, Function<FluentWebElement, R> function) <R> R
FluentWebElement.noHook
(Function<FluentWebElement, R> function) void
FluentWebElement.switchTo
(FluentList<? extends FluentWebElement> elements) -
Uses of FluentWebElement in io.fluentlenium.core.events
Modifier and TypeMethodDescriptionvoid
EventListener.afterChangeValueOf
(FluentWebElement element, org.openqa.selenium.WebDriver driver, CharSequence[] charSequence) Called afterWebElement.clear()
,WebElement.sendKeys(java.lang.CharSequence...)
,WebElement.sendKeys(CharSequence...)
.void
EventsSupport.afterChangeValueOf
(FluentWebElement element, org.openqa.selenium.WebDriver driver, CharSequence[] charSequence) void
EventListener.afterClickOn
(FluentWebElement element, org.openqa.selenium.WebDriver driver) Called afterWebElement.click()
.void
EventsSupport.afterClickOn
(FluentWebElement element, org.openqa.selenium.WebDriver driver) void
EventListener.afterFindBy
(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver) Called afterWebDriver.findElement(...)
,WebDriver.findElements(...)
,WebElement.findElement(...)
,WebElement.findElements(...)
.void
EventsSupport.afterFindBy
(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver) void
EventListener.afterGetText
(FluentWebElement webElement, org.openqa.selenium.WebDriver webDriver, String s) Called afterWebElement.getText()
()}void
EventsSupport.afterGetText
(FluentWebElement webElement, org.openqa.selenium.WebDriver webDriver, String s) void
EventListener.beforeChangeValueOf
(FluentWebElement element, org.openqa.selenium.WebDriver driver, CharSequence[] charSequence) Called beforeWebElement.clear()
,WebElement.sendKeys(java.lang.CharSequence...)
,WebElement.sendKeys(CharSequence...)
.void
EventsSupport.beforeChangeValueOf
(FluentWebElement element, org.openqa.selenium.WebDriver driver, CharSequence[] charSequence) void
EventListener.beforeClickOn
(FluentWebElement element, org.openqa.selenium.WebDriver driver) Called beforeWebElement.click()
.void
EventsSupport.beforeClickOn
(FluentWebElement element, org.openqa.selenium.WebDriver driver) void
EventListener.beforeFindBy
(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver) Called beforeWebDriver.findElement(...)
,WebDriver.findElements(...)
,WebElement.findElement(...)
,#findElement WebElement.findElements(...)
.void
EventsSupport.beforeFindBy
(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver) void
EventListener.beforeGetText
(FluentWebElement webElement, org.openqa.selenium.WebDriver webDriver) Called beforeWebElement.getText()
()}void
EventsSupport.beforeGetText
(FluentWebElement webElement, org.openqa.selenium.WebDriver webDriver) void
ElementListener.on
(FluentWebElement element, org.openqa.selenium.WebDriver driver) Called when something occurs on an element.void
FindByListener.on
(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver) Invoked when an element has been found. -
Uses of FluentWebElement in io.fluentlenium.core.filter
Modifier and TypeMethodDescriptionAttributeFilter.applyFilter
(Collection<FluentWebElement> elements) PredicateFilter.applyFilter
(Collection<FluentWebElement> elements) Modifier and TypeMethodDescriptionboolean
AttributeFilterPredicate.test
(FluentWebElement element) Modifier and TypeMethodDescriptionAttributeFilter.applyFilter
(Collection<FluentWebElement> elements) PredicateFilter.applyFilter
(Collection<FluentWebElement> elements) static PredicateFilter
FilterConstructor.withPredicate
(Predicate<FluentWebElement> predicate) Create a filter based on a element predicate -
Uses of FluentWebElement in io.fluentlenium.core.hook
Modifier and TypeMethodDescriptionBaseFluentHook.getFluentWebElement()
Get the underlying element as a FluentWebElement. -
Uses of FluentWebElement in io.fluentlenium.core.inject
Modifier and TypeMethodDescriptionContainerFluentControl.el
(io.appium.java_client.AppiumBy locator, SearchFilter... filters) ContainerFluentControl.el
(String selector, SearchFilter... filters) ContainerFluentControl.el
(SearchFilter... filters) ContainerFluentControl.el
(org.openqa.selenium.By locator, SearchFilter... filters) ContainerFluentControl.el
(org.openqa.selenium.WebElement rawElement) Modifier and TypeMethodDescriptionContainerFluentControl.$
(io.appium.java_client.AppiumBy locator, SearchFilter... filters) ContainerFluentControl.$
(String selector, SearchFilter... filters) ContainerFluentControl.$
(SearchFilter... filters) ContainerFluentControl.$
(org.openqa.selenium.By locator, SearchFilter... filters) ContainerFluentControl.find
(String selector, SearchFilter... filters) ContainerFluentControl.find
(SearchFilter... filters) ContainerFluentControl.find
(org.openqa.selenium.By locator, SearchFilter... filters) ModifierConstructorDescriptionUnshadower
(org.openqa.selenium.WebDriver webDriver, FluentWebElement fluentWebElement) -
Uses of FluentWebElement in io.fluentlenium.core.search
Modifier and TypeInterfaceDescriptioninterface
SearchControl<E extends FluentWebElement>
Control interface to search for elements.Modifier and TypeMethodDescriptionSearchFilter.applyFilter
(Collection<FluentWebElement> elements) Apply the filter.Search.find
(String selector, SearchFilter... filters) Central methods to find elements on the page.Search.find
(SearchFilter... filters) Central methods to find elements on the page with filters.Search.find
(org.openqa.selenium.By locator, SearchFilter... filters) Modifier and TypeMethodDescriptionSearchFilter.applyFilter
(Collection<FluentWebElement> elements) Apply the filter. -
Uses of FluentWebElement in io.fluentlenium.core.switchto
Modifier and TypeMethodDescriptionFluentTargetLocator.activeElement()
Switches to the element that currently has focus within the document currently "switched to", or the body element if this cannot be detected.FluentTargetLocatorImpl.activeElement()
Modifier and TypeMethodDescriptionFluentTargetLocator.frame
(FluentWebElement frameElement) Select a frame using its previously locatedWebElement
.FluentTargetLocatorImpl.frame
(FluentWebElement frameElement) -
Uses of FluentWebElement in io.fluentlenium.core.wait
Modifier and TypeMethodDescriptionFluentWait.until
(FluentWebElement element) FluentWaitConditions.until
(FluentWebElement element) Get a conditions object used to wait for condition on given element.FluentWaitElement.until
(FluentWebElement element) FluentWaitElementList.until
(FluentWebElement element) Modifier and TypeMethodDescriptionFluentWait.until
(List<? extends FluentWebElement> elements) FluentWaitConditions.until
(List<? extends FluentWebElement> elements) Get a conditions object used to wait for a condition on given elements.FluentWaitElement.until
(List<? extends FluentWebElement> elements) FluentWaitElementList.until
(List<? extends FluentWebElement> elements) FluentWait.untilEach
(List<? extends FluentWebElement> elements) FluentWaitConditions.untilEach
(List<? extends FluentWebElement> elements) Get a conditions object used to wait for a condition on given elements.FluentWaitElement.untilEach
(List<? extends FluentWebElement> elements) FluentWaitElementList.untilEach
(List<? extends FluentWebElement> elements) FluentWait.untilEachElements
(Supplier<? extends List<? extends FluentWebElement>> elements) FluentWaitConditions.untilEachElements
(Supplier<? extends List<? extends FluentWebElement>> elements) Get a conditions object used to wait for a condition on given elements.FluentWaitElement.untilEachElements
(Supplier<? extends List<? extends FluentWebElement>> selector) FluentWaitElementList.untilEachElements
(Supplier<? extends List<? extends FluentWebElement>> selector) FluentWait.untilElement
(Supplier<? extends FluentWebElement> element) FluentWaitConditions.untilElement
(Supplier<? extends FluentWebElement> element) Get a conditions object used to wait for a condition on given element.FluentWaitElement.untilElement
(Supplier<? extends FluentWebElement> selector) FluentWaitElementList.untilElement
(Supplier<? extends FluentWebElement> selector) FluentWait.untilElements
(Supplier<? extends List<? extends FluentWebElement>> elements) FluentWaitConditions.untilElements
(Supplier<? extends List<? extends FluentWebElement>> elements) Get a conditions object used to wait for a condition on given elements.FluentWaitElement.untilElements
(Supplier<? extends List<? extends FluentWebElement>> selector) FluentWaitElementList.untilElements
(Supplier<? extends List<? extends FluentWebElement>> selector) ModifierConstructorDescriptionFluentWaitElement
(FluentWait controlWait, FluentWebElement element) Creates a new fluent wait for a given element.ModifierConstructorDescriptionFluentWaitElementList
(FluentWait controlWait, List<? extends FluentWebElement> elements) Creates a new fluent wait for a given elements.