Uses of Class
org.fluentlenium.core.domain.FluentWebElement
-
-
Uses of FluentWebElement in org.fluentlenium.core
Methods in org.fluentlenium.core with type parameters of type FluentWebElement Modifier and Type Method Description <T extends FluentWebElement>
FluentList<T>FluentControlImpl. asFluentList(java.lang.Class<T> componentClass, java.lang.Iterable<org.openqa.selenium.WebElement> elements)<T extends FluentWebElement>
FluentList<T>FluentControlImpl. asFluentList(java.lang.Class<T> componentClass, java.util.List<org.openqa.selenium.WebElement> elements)<T extends FluentWebElement>
FluentList<T>FluentControlImpl. asFluentList(java.lang.Class<T> componentClass, org.openqa.selenium.WebElement... elements)<T extends FluentWebElement>
FluentList<T>FluentDriver. asFluentList(java.lang.Class<T> componentClass, java.lang.Iterable<org.openqa.selenium.WebElement> elements)<T extends FluentWebElement>
FluentList<T>FluentDriver. asFluentList(java.lang.Class<T> componentClass, java.util.List<org.openqa.selenium.WebElement> elements)<T extends FluentWebElement>
FluentList<T>FluentDriver. asFluentList(java.lang.Class<T> componentClass, org.openqa.selenium.WebElement... elements)<T extends FluentWebElement>
FluentList<T>FluentControlImpl. newFluentList(java.lang.Class<T> componentClass)<T extends FluentWebElement>
FluentList<T>FluentControlImpl. newFluentList(java.lang.Class<T> componentClass, java.util.List<T> elements)<T extends FluentWebElement>
FluentList<T>FluentControlImpl. newFluentList(java.lang.Class<T> componentClass, T... elements)<T extends FluentWebElement>
FluentList<T>FluentDriver. newFluentList(java.lang.Class<T> componentClass)<T extends FluentWebElement>
FluentList<T>FluentDriver. newFluentList(java.lang.Class<T> componentClass, java.util.List<T> elements)<T extends FluentWebElement>
FluentList<T>FluentDriver. newFluentList(java.lang.Class<T> componentClass, T... elements)Methods in org.fluentlenium.core that return FluentWebElement Modifier and Type Method Description FluentWebElementFluentControlImpl. el(org.openqa.selenium.WebElement rawElement)FluentWebElementFluentDriver. el(org.openqa.selenium.WebElement rawElement)FluentWebElementFluentControlImpl. newFluent(org.openqa.selenium.WebElement element)FluentWebElementFluentDriver. newFluent(org.openqa.selenium.WebElement element)Methods in org.fluentlenium.core that return types with arguments of type FluentWebElement Modifier and Type Method Description FluentList<FluentWebElement>FluentDriver. $(java.util.List<org.openqa.selenium.WebElement> rawElements)FluentList<FluentWebElement>FluentControlImpl. asFluentList(java.lang.Iterable<org.openqa.selenium.WebElement> elements)FluentList<FluentWebElement>FluentControlImpl. asFluentList(java.util.List<org.openqa.selenium.WebElement> elements)FluentList<FluentWebElement>FluentControlImpl. asFluentList(org.openqa.selenium.WebElement... elements)FluentList<FluentWebElement>FluentDriver. asFluentList(java.lang.Iterable<org.openqa.selenium.WebElement> elements)FluentList<FluentWebElement>FluentDriver. asFluentList(java.util.List<org.openqa.selenium.WebElement> elements)FluentList<FluentWebElement>FluentDriver. asFluentList(org.openqa.selenium.WebElement... elements)FluentList<FluentWebElement>FluentControlImpl. find(java.lang.String selector, SearchFilter... filters)FluentList<FluentWebElement>FluentControlImpl. find(java.util.List<org.openqa.selenium.WebElement> rawElements)FluentList<FluentWebElement>FluentControlImpl. find(SearchFilter... filters)FluentList<FluentWebElement>FluentControlImpl. find(org.openqa.selenium.By locator, SearchFilter... filters)FluentList<FluentWebElement>FluentDriver. find(java.lang.String selector, SearchFilter... filters)FluentList<FluentWebElement>FluentDriver. find(java.util.List<org.openqa.selenium.WebElement> rawElements)FluentList<FluentWebElement>FluentDriver. find(SearchFilter... filters)FluentList<FluentWebElement>FluentDriver. find(org.openqa.selenium.By locator, SearchFilter... filters)FluentList<FluentWebElement>FluentControlImpl. newFluentList()FluentList<FluentWebElement>FluentControlImpl. newFluentList(java.util.List<FluentWebElement> elements)FluentList<FluentWebElement>FluentControlImpl. newFluentList(FluentWebElement... elements)FluentList<FluentWebElement>FluentDriver. newFluentList()FluentList<FluentWebElement>FluentDriver. newFluentList(java.util.List<FluentWebElement> elements)FluentList<FluentWebElement>FluentDriver. newFluentList(FluentWebElement... elements)Methods in org.fluentlenium.core with parameters of type FluentWebElement Modifier and Type Method Description <T extends FluentWebElement>
FluentList<T>FluentControlImpl. newFluentList(java.lang.Class<T> componentClass, T... elements)FluentList<FluentWebElement>FluentControlImpl. newFluentList(FluentWebElement... elements)<T extends FluentWebElement>
FluentList<T>FluentDriver. newFluentList(java.lang.Class<T> componentClass, T... elements)FluentList<FluentWebElement>FluentDriver. newFluentList(FluentWebElement... elements)voidFluentControlImpl. switchTo(FluentWebElement element)voidFluentDriver. switchTo(FluentWebElement element)Method parameters in org.fluentlenium.core with type arguments of type FluentWebElement Modifier and Type Method Description FluentList<FluentWebElement>FluentControlImpl. newFluentList(java.util.List<FluentWebElement> elements)FluentList<FluentWebElement>FluentDriver. newFluentList(java.util.List<FluentWebElement> elements)voidFluentControlImpl. switchTo(FluentList<? extends FluentWebElement> elements)voidFluentDriver. switchTo(FluentList<? extends FluentWebElement> elements) -
Uses of FluentWebElement in org.fluentlenium.core.action
Classes in org.fluentlenium.core.action with type parameters of type FluentWebElement Modifier and Type Class Description classBaseFill<E extends FluentWebElement>Common form filling features.classFill<E extends FluentWebElement>Default form filling features.classFillSelect<E extends FluentWebElement>Select form filling features.interfaceFluentActions<T,E extends FluentWebElement>All actions that can be used on the list or on a web element.Methods in org.fluentlenium.core.action with parameters of type FluentWebElement Modifier and Type Method Description voidWindowAction. clickAndCloseCurrent(FluentWebElement button)Clicks button, which closes current window and switches to last window (in set returned byWebDriver.getWindowHandles()).java.lang.StringWindowAction. clickAndOpenNew(FluentWebElement button)Clicks button, which opens new window and switches to newly opened window.Constructors in org.fluentlenium.core.action with parameters of type FluentWebElement Constructor Description KeyboardElementActions(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.Constructor parameters in org.fluentlenium.core.action with type arguments of type FluentWebElement Constructor Description FluentJavascriptActionsImpl(T self, JavascriptControl javascript, java.util.function.Supplier<FluentWebElement> element)Creates a new fluent javascript actions. -
Uses of FluentWebElement in org.fluentlenium.core.components
Methods in org.fluentlenium.core.components with type parameters of type FluentWebElement Modifier and Type Method Description <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator. asFluentList(java.lang.Class<T> componentClass, java.lang.Iterable<org.openqa.selenium.WebElement> elements)<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator. asFluentList(java.lang.Class<T> componentClass, java.util.List<org.openqa.selenium.WebElement> elements)<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator. asFluentList(java.lang.Class<T> componentClass, org.openqa.selenium.WebElement... elements)<T extends FluentWebElement>
FluentList<T>ComponentInstantiator. asFluentList(java.lang.Class<T> componentClass, java.lang.Iterable<org.openqa.selenium.WebElement> elements)create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator. asFluentList(java.lang.Class<T> componentClass, java.util.List<org.openqa.selenium.WebElement> elements)create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator. asFluentList(java.lang.Class<T> componentClass, org.openqa.selenium.WebElement... elements)create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator. newFluentList(java.lang.Class<T> componentClass)<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator. newFluentList(java.lang.Class<T> componentClass, java.util.List<T> elements)<T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator. newFluentList(java.lang.Class<T> componentClass, T... elements)<T extends FluentWebElement>
FluentList<T>ComponentInstantiator. newFluentList(java.lang.Class<T> componentClass)create and register an empty fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator. newFluentList(java.lang.Class<T> componentClass, java.util.List<T> elements)create and register a new fluent list.<T extends FluentWebElement>
FluentList<T>ComponentInstantiator. newFluentList(java.lang.Class<T> componentClass, T... elements)create and register a new fluent list.Methods in org.fluentlenium.core.components that return FluentWebElement Modifier and Type Method Description FluentWebElementAbstractComponentInstantiator. newFluent(org.openqa.selenium.WebElement element)FluentWebElementComponentInstantiator. newFluent(org.openqa.selenium.WebElement element)Create and register a new fluent element from the given element.Methods in org.fluentlenium.core.components that return types with arguments of type FluentWebElement Modifier and Type Method Description FluentList<FluentWebElement>AbstractComponentInstantiator. asFluentList(java.lang.Iterable<org.openqa.selenium.WebElement> elements)FluentList<FluentWebElement>AbstractComponentInstantiator. asFluentList(java.util.List<org.openqa.selenium.WebElement> elements)FluentList<FluentWebElement>AbstractComponentInstantiator. asFluentList(org.openqa.selenium.WebElement... elements)FluentList<FluentWebElement>ComponentInstantiator. asFluentList(java.lang.Iterable<org.openqa.selenium.WebElement> elements)create and register a new fluent list.FluentList<FluentWebElement>ComponentInstantiator. asFluentList(java.util.List<org.openqa.selenium.WebElement> elements)create and register a new fluent list.FluentList<FluentWebElement>ComponentInstantiator. asFluentList(org.openqa.selenium.WebElement... elements)create and register a new fluent list.FluentList<FluentWebElement>AbstractComponentInstantiator. newFluentList()FluentList<FluentWebElement>AbstractComponentInstantiator. newFluentList(java.util.List<FluentWebElement> elements)FluentList<FluentWebElement>AbstractComponentInstantiator. newFluentList(FluentWebElement... elements)FluentList<FluentWebElement>ComponentInstantiator. newFluentList()create and register an empty fluent list.FluentList<FluentWebElement>ComponentInstantiator. newFluentList(java.util.List<FluentWebElement> elements)create and register a new fluent list.FluentList<FluentWebElement>ComponentInstantiator. newFluentList(FluentWebElement... elements)create and register a new fluent list.Methods in org.fluentlenium.core.components with parameters of type FluentWebElement Modifier and Type Method Description <T extends FluentWebElement>
FluentList<T>AbstractComponentInstantiator. newFluentList(java.lang.Class<T> componentClass, T... elements)FluentList<FluentWebElement>AbstractComponentInstantiator. newFluentList(FluentWebElement... elements)<T extends FluentWebElement>
FluentList<T>ComponentInstantiator. newFluentList(java.lang.Class<T> componentClass, T... elements)create and register a new fluent list.FluentList<FluentWebElement>ComponentInstantiator. newFluentList(FluentWebElement... elements)create and register a new fluent list.Method parameters in org.fluentlenium.core.components with type arguments of type FluentWebElement Modifier and Type Method Description FluentList<FluentWebElement>AbstractComponentInstantiator. newFluentList(java.util.List<FluentWebElement> elements)FluentList<FluentWebElement>ComponentInstantiator. newFluentList(java.util.List<FluentWebElement> elements)create and register a new fluent list. -
Uses of FluentWebElement in org.fluentlenium.core.conditions
Fields in org.fluentlenium.core.conditions with type parameters of type FluentWebElement Modifier and Type Field Description protected Conditions<FluentWebElement>BaseObjectListConditions. conditionsprotected java.util.function.Function<FluentWebElement,C>BaseObjectListConditions. conditionsGetterprotected java.util.function.Function<FluentWebElement,T>BaseObjectListConditions. objectGetterMethods in org.fluentlenium.core.conditions that return types with arguments of type FluentWebElement Modifier and Type Method Description java.util.List<? extends FluentWebElement>AbstractFluentListConditions. getActualElements()java.util.List<? extends FluentWebElement>ListConditionsElements. getActualElements()Get the actual list of elements.protected java.util.List<? extends FluentWebElement>AbstractFluentListConditions. getElements()Get the underlying list of elementsprotected AbstractObjectConditions<java.util.List<? extends FluentWebElement>>DynamicIntegerConditionsImpl. newInstance(boolean negationValue)protected AbstractObjectConditions<FluentWebElement>WebElementConditions. newInstance(boolean negationValue)Method parameters in org.fluentlenium.core.conditions with type arguments of type FluentWebElement Modifier and Type Method Description protected java.util.function.Predicate<FluentDriver>AtLeastOneElementConditions. buildAtLeastOnePredicate(java.util.function.Predicate<FluentWebElement> predicate, boolean defaultValue)Build predicate for this condition.protected java.util.function.Predicate<FluentDriver>EachElementConditions. buildEachElementPredicate(java.util.function.Predicate<FluentWebElement> predicate, boolean defaultValue)Build predicate for this condition.booleanAbstractFluentListConditions. verify(java.util.function.Predicate<FluentWebElement> predicate)booleanAtLeastOneElementConditions. verify(java.util.function.Predicate<FluentWebElement> predicate, boolean defaultValue)booleanEachElementConditions. verify(java.util.function.Predicate<FluentWebElement> predicate, boolean defaultValue)booleanFluentListConditions. verify(java.util.function.Predicate<FluentWebElement> predicate, boolean defaultValue)Check that the given predicate is verified.Constructors in org.fluentlenium.core.conditions with parameters of type FluentWebElement Constructor Description WebElementConditions(FluentWebElement element)Creates a new conditions object on elementWebElementConditions(FluentWebElement element, boolean negation)Creates a new conditions object on elementConstructor parameters in org.fluentlenium.core.conditions with type arguments of type FluentWebElement Constructor Description AbstractFluentListConditions(java.util.List<? extends FluentWebElement> elements)Creates a new conditions on list of elements.AtLeastOneElementConditions(java.util.List<? extends FluentWebElement> elements)Creates a new condition.BaseObjectListConditions(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,T> objectGetter, java.util.function.Function<FluentWebElement,C> conditionsGetter)Creates a new list conditionsBaseObjectListConditions(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,T> objectGetter, java.util.function.Function<FluentWebElement,C> conditionsGetter)Creates a new list conditionsDynamicIntegerConditionsImpl(java.util.function.Supplier<java.util.List<? extends FluentWebElement>> supplier, boolean negation)Creates a new conditions object on integer.EachElementConditions(java.util.List<? extends FluentWebElement> elements)Creates a new element list conditions.IntegerListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,java.lang.Integer> objectGetter)Creates a new list conditions, with default integer condition implementationIntegerListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,java.lang.Integer> objectGetter)Creates a new list conditions, with default integer condition implementationIntegerListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,java.lang.Integer> objectGetter, java.util.function.Function<FluentWebElement,IntegerConditions> conditionsGetter)Creates a new list conditionsIntegerListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,java.lang.Integer> objectGetter, java.util.function.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, java.util.function.Function<FluentWebElement,org.openqa.selenium.Rectangle> objectGetter, java.util.function.Function<FluentWebElement,RectangleConditions> conditionsGetter)Creates a new list of rectangles conditionsRectangleListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,org.openqa.selenium.Rectangle> objectGetter, java.util.function.Function<FluentWebElement,RectangleConditions> conditionsGetter)Creates a new list of rectangles conditionsStringListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,java.lang.String> objectGetter, java.util.function.Function<FluentWebElement,StringConditions> conditionsGetter)Creates a new list of string conditionsStringListConditionsImpl(Conditions<FluentWebElement> conditions, java.util.function.Function<FluentWebElement,java.lang.String> objectGetter, java.util.function.Function<FluentWebElement,StringConditions> conditionsGetter)Creates a new list of string conditions -
Uses of FluentWebElement in org.fluentlenium.core.conditions.wait
Method parameters in org.fluentlenium.core.conditions.wait with type arguments of type FluentWebElement Modifier and Type Method Description static FluentListConditionsWaitConditionProxy. each(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elementsSupplier)Build a wait proxy.static FluentConditionsWaitConditionProxy. element(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends FluentWebElement> elementSupplier)Build a wait proxy.static FluentListConditionsWaitConditionProxy. one(FluentWait wait, java.lang.String context, java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elementsSupplier)Build a wait proxy. -
Uses of FluentWebElement in org.fluentlenium.core.dom
Methods in org.fluentlenium.core.dom that return FluentWebElement Modifier and Type Method Description FluentWebElementDom. parent()Find parent element.Methods in org.fluentlenium.core.dom that return types with arguments of type FluentWebElement Modifier and Type Method Description FluentList<FluentWebElement>Dom. ancestors()Find ancestor elements.FluentList<FluentWebElement>Dom. descendants()Find descendants elements (children, grandchildren, etc.).FluentList<FluentWebElement>Dom. followings()Find following elements.FluentList<FluentWebElement>Dom. followingSiblings()Find following sibling elements.protected FluentList<FluentWebElement>Dom. handleAxe(java.lang.String axe)Handle an XPath axeFluentList<FluentWebElement>Dom. precedings()Find preceding elements.FluentList<FluentWebElement>Dom. precedingSiblings()Find preceding sibling elements. -
Uses of FluentWebElement in org.fluentlenium.core.domain
Classes in org.fluentlenium.core.domain with type parameters of type FluentWebElement Modifier and Type Interface Description interfaceFluentList<E extends FluentWebElement>Wraps a list ofFluentWebElement.classFluentListImpl<E extends FluentWebElement>Map the list to a FluentList in order to offers some events like click(), submit(), value() ...Methods in org.fluentlenium.core.domain with type parameters of type FluentWebElement Modifier and Type Method Description <T extends FluentWebElement>
FluentList<T>FluentList. as(java.lang.Class<T> componentClass)Wrap all underlying elements in a component.<T extends FluentWebElement>
FluentList<T>FluentListImpl. as(java.lang.Class<T> componentClass)<T extends FluentWebElement>
FluentList<T>FluentWebElement. asFluentList(java.lang.Class<T> componentClass, java.lang.Iterable<org.openqa.selenium.WebElement> elements)<T extends FluentWebElement>
FluentList<T>FluentWebElement. asFluentList(java.lang.Class<T> componentClass, java.util.List<org.openqa.selenium.WebElement> elements)<T extends FluentWebElement>
FluentList<T>FluentWebElement. asFluentList(java.lang.Class<T> componentClass, org.openqa.selenium.WebElement... elements)<T extends FluentWebElement>
FluentList<T>FluentWebElement. newFluentList(java.lang.Class<T> componentClass)<T extends FluentWebElement>
FluentList<T>FluentWebElement. newFluentList(java.lang.Class<T> componentClass, java.util.List<T> elements)<T extends FluentWebElement>
FluentList<T>FluentWebElement. newFluentList(java.lang.Class<T> componentClass, T... elements)Methods in org.fluentlenium.core.domain that return FluentWebElement Modifier and Type Method Description FluentWebElementFluentWebElement. clear()Clear the elementFluentWebElementFluentWebElement. clearReactInput()Clear React input using Backspace onlyFluentWebElementFluentWebElement. click()FluentWebElementFluentWebElement. contextClick()FluentWebElementFluentWebElement. doubleClick()FluentWebElementFluentWebElement. el(org.openqa.selenium.WebElement rawElement)FluentWebElementFluentWebElement. frame()FluentWebElementFluentWebElement. modifyAttribute(java.lang.String attributeName, java.lang.String attributeValue)FluentWebElementFluentWebElement. newFluent(org.openqa.selenium.WebElement element)FluentWebElementFluentWebElement. noHook()FluentWebElementFluentWebElement. noHook(java.lang.Class<? extends FluentHook>... hooks)FluentWebElementFluentWebElement. noHookInstance()FluentWebElementFluentWebElement. noHookInstance(java.lang.Class<? extends FluentHook>... hooks)FluentWebElementFluentWebElement. now()FluentWebElementFluentWebElement. now(boolean force)FluentWebElementFluentWebElement. reset()FluentWebElementFluentWebElement. restoreHooks()FluentWebElementFluentWebElement. scrollIntoView()FluentWebElementFluentWebElement. scrollIntoView(boolean alignWithTop)FluentWebElementFluentWebElement. scrollToCenter()FluentWebElementFluentWebElement. submit()Submit the elementFluentWebElementFluentWebElement. waitAndClick()FluentWebElementFluentWebElement. waitAndClick(java.time.Duration duration)<O,H extends FluentHook<O>>
FluentWebElementFluentWebElement. withHook(java.lang.Class<H> hook)<O,H extends FluentHook<O>>
FluentWebElementFluentWebElement. withHook(java.lang.Class<H> hook, O options)FluentWebElementFluentWebElement. withLabel(java.lang.String label)FluentWebElementFluentWebElement. withLabelHint(java.lang.String... labelHint)FluentWebElementFluentWebElement. write(java.lang.String... text)Set the text elementMethods in org.fluentlenium.core.domain that return types with arguments of type FluentWebElement Modifier and Type Method Description FluentList<FluentWebElement>FluentWebElement. asFluentList(java.lang.Iterable<org.openqa.selenium.WebElement> elements)FluentList<FluentWebElement>FluentWebElement. asFluentList(java.util.List<org.openqa.selenium.WebElement> elements)FluentList<FluentWebElement>FluentWebElement. asFluentList(org.openqa.selenium.WebElement... elements)FluentList<FluentWebElement>FluentWebElement. asList()Converts this element as a single element list.Fill<FluentWebElement>FluentWebElement. fill()FillSelect<FluentWebElement>FluentWebElement. fillSelect()FluentList<FluentWebElement>FluentWebElement. find(java.lang.String selector, SearchFilter... filters)FluentList<FluentWebElement>FluentWebElement. find(java.util.List<org.openqa.selenium.WebElement> rawElements)FluentList<FluentWebElement>FluentWebElement. find(SearchFilter... filters)FluentList<FluentWebElement>FluentWebElement. find(org.openqa.selenium.By locator, SearchFilter... filters)FluentLabel<FluentWebElement>FluentWebElement. getLabel()FluentList<FluentWebElement>FluentWebElement. newFluentList()FluentList<FluentWebElement>FluentWebElement. newFluentList(java.util.List<FluentWebElement> elements)FluentList<FluentWebElement>FluentWebElement. newFluentList(FluentWebElement... elements)java.util.Optional<FluentWebElement>FluentWebElement. optional()Methods in org.fluentlenium.core.domain with parameters of type FluentWebElement Modifier and Type Method Description <T extends FluentWebElement>
FluentList<T>FluentWebElement. newFluentList(java.lang.Class<T> componentClass, T... elements)FluentList<FluentWebElement>FluentWebElement. newFluentList(FluentWebElement... elements)voidFluentWebElement. switchTo(FluentWebElement element)Method parameters in org.fluentlenium.core.domain with type arguments of type FluentWebElement Modifier and Type Method Description FluentList<FluentWebElement>FluentWebElement. newFluentList(java.util.List<FluentWebElement> elements)<R> RFluentWebElement. noHook(java.lang.Class<? extends FluentHook> hook, java.util.function.Function<FluentWebElement,R> function)<R> RFluentWebElement. noHook(java.util.function.Function<FluentWebElement,R> function)voidFluentWebElement. switchTo(FluentList<? extends FluentWebElement> elements) -
Uses of FluentWebElement in org.fluentlenium.core.events
Methods in org.fluentlenium.core.events with parameters of type FluentWebElement Modifier and Type Method Description voidEventListener. afterChangeValueOf(FluentWebElement element, org.openqa.selenium.WebDriver driver, java.lang.CharSequence[] charSequence)Called afterWebElement.clear(),WebElement.sendKeys(java.lang.CharSequence...),WebElement.sendKeys(CharSequence...).voidEventsSupport. afterChangeValueOf(FluentWebElement element, org.openqa.selenium.WebDriver driver, java.lang.CharSequence[] charSequence)voidEventListener. afterClickOn(FluentWebElement element, org.openqa.selenium.WebDriver driver)Called afterWebElement.click().voidEventsSupport. afterClickOn(FluentWebElement element, org.openqa.selenium.WebDriver driver)voidEventListener. afterFindBy(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver)Called afterWebDriver.findElement(...),WebDriver.findElements(...),WebElement.findElement(...),WebElement.findElements(...).voidEventsSupport. afterFindBy(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver)voidEventListener. afterGetText(FluentWebElement webElement, org.openqa.selenium.WebDriver webDriver, java.lang.String s)Called afterWebElement.getText()()}voidEventsSupport. afterGetText(FluentWebElement webElement, org.openqa.selenium.WebDriver webDriver, java.lang.String s)voidEventListener. beforeChangeValueOf(FluentWebElement element, org.openqa.selenium.WebDriver driver, java.lang.CharSequence[] charSequence)Called beforeWebElement.clear(),WebElement.sendKeys(java.lang.CharSequence...),WebElement.sendKeys(CharSequence...).voidEventsSupport. beforeChangeValueOf(FluentWebElement element, org.openqa.selenium.WebDriver driver, java.lang.CharSequence[] charSequence)voidEventListener. beforeClickOn(FluentWebElement element, org.openqa.selenium.WebDriver driver)Called beforeWebElement.click().voidEventsSupport. beforeClickOn(FluentWebElement element, org.openqa.selenium.WebDriver driver)voidEventListener. beforeFindBy(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver)Called beforeWebDriver.findElement(...),WebDriver.findElements(...),WebElement.findElement(...),#findElement WebElement.findElements(...).voidEventsSupport. beforeFindBy(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver)voidEventListener. beforeGetText(FluentWebElement webElement, org.openqa.selenium.WebDriver webDriver)Called beforeWebElement.getText()()}voidEventsSupport. beforeGetText(FluentWebElement webElement, org.openqa.selenium.WebDriver webDriver)voidElementListener. on(FluentWebElement element, org.openqa.selenium.WebDriver driver)Called when something occurs on an element.voidFindByListener. on(org.openqa.selenium.By by, FluentWebElement element, org.openqa.selenium.WebDriver driver)Invoked when an element has been found. -
Uses of FluentWebElement in org.fluentlenium.core.filter
Methods in org.fluentlenium.core.filter that return types with arguments of type FluentWebElement Modifier and Type Method Description java.util.Collection<FluentWebElement>AttributeFilter. applyFilter(java.util.Collection<FluentWebElement> elements)java.util.Collection<FluentWebElement>PredicateFilter. applyFilter(java.util.Collection<FluentWebElement> elements)Methods in org.fluentlenium.core.filter with parameters of type FluentWebElement Modifier and Type Method Description booleanAttributeFilterPredicate. test(FluentWebElement element)Method parameters in org.fluentlenium.core.filter with type arguments of type FluentWebElement Modifier and Type Method Description java.util.Collection<FluentWebElement>AttributeFilter. applyFilter(java.util.Collection<FluentWebElement> elements)java.util.Collection<FluentWebElement>PredicateFilter. applyFilter(java.util.Collection<FluentWebElement> elements)static PredicateFilterFilterConstructor. withPredicate(java.util.function.Predicate<FluentWebElement> predicate)Create a filter based on a element predicate -
Uses of FluentWebElement in org.fluentlenium.core.hook
Methods in org.fluentlenium.core.hook that return FluentWebElement Modifier and Type Method Description FluentWebElementBaseFluentHook. getFluentWebElement()Get the underlying element as a FluentWebElement. -
Uses of FluentWebElement in org.fluentlenium.core.inject
Methods in org.fluentlenium.core.inject that return FluentWebElement Modifier and Type Method Description FluentWebElementContainerFluentControl. el(java.lang.String selector, SearchFilter... filters)FluentWebElementContainerFluentControl. el(SearchFilter... filters)FluentWebElementContainerFluentControl. el(org.openqa.selenium.By locator, SearchFilter... filters)FluentWebElementContainerFluentControl. el(org.openqa.selenium.WebElement rawElement)Methods in org.fluentlenium.core.inject that return types with arguments of type FluentWebElement Modifier and Type Method Description FluentList<FluentWebElement>ContainerFluentControl. $(java.lang.String selector, SearchFilter... filters)FluentList<FluentWebElement>ContainerFluentControl. $(java.util.List<org.openqa.selenium.WebElement> rawElements)FluentList<FluentWebElement>ContainerFluentControl. $(SearchFilter... filters)FluentList<FluentWebElement>ContainerFluentControl. $(org.openqa.selenium.By locator, SearchFilter... filters)FluentList<FluentWebElement>ContainerFluentControl. find(java.lang.String selector, SearchFilter... filters)FluentList<FluentWebElement>ContainerFluentControl. find(java.util.List<org.openqa.selenium.WebElement> rawElements)FluentList<FluentWebElement>ContainerFluentControl. find(SearchFilter... filters)FluentList<FluentWebElement>ContainerFluentControl. find(org.openqa.selenium.By locator, SearchFilter... filters) -
Uses of FluentWebElement in org.fluentlenium.core.navigation
Methods in org.fluentlenium.core.navigation with parameters of type FluentWebElement Modifier and Type Method Description voidNavigationControl. switchTo(FluentWebElement element)Switch to the selected Element (if element is null or not an iframe, or doesn't have an id then switch to the default)Method parameters in org.fluentlenium.core.navigation with type arguments of type FluentWebElement Modifier and Type Method Description voidNavigationControl. switchTo(FluentList<? extends FluentWebElement> elements)Switch to the first selected Element (if element is null or not an iframe, or doesn't have an id then switch to the default) -
Uses of FluentWebElement in org.fluentlenium.core.search
Classes in org.fluentlenium.core.search with type parameters of type FluentWebElement Modifier and Type Interface Description interfaceSearchControl<E extends FluentWebElement>Control interface to search for elements.Methods in org.fluentlenium.core.search that return FluentWebElement Modifier and Type Method Description FluentWebElementSearch. el(org.openqa.selenium.WebElement rawElement)Methods in org.fluentlenium.core.search that return types with arguments of type FluentWebElement Modifier and Type Method Description java.util.Collection<FluentWebElement>SearchFilter. applyFilter(java.util.Collection<FluentWebElement> elements)Apply the filter.FluentList<FluentWebElement>Search. find(java.lang.String selector, SearchFilter... filters)Central methods to find elements on the page.FluentList<FluentWebElement>Search. find(java.util.List<org.openqa.selenium.WebElement> rawElements)FluentList<FluentWebElement>Search. find(SearchFilter... filters)Central methods to find elements on the page with filters.FluentList<FluentWebElement>Search. find(org.openqa.selenium.By locator, SearchFilter... filters)Method parameters in org.fluentlenium.core.search with type arguments of type FluentWebElement Modifier and Type Method Description java.util.Collection<FluentWebElement>SearchFilter. applyFilter(java.util.Collection<FluentWebElement> elements)Apply the filter. -
Uses of FluentWebElement in org.fluentlenium.core.switchto
Methods in org.fluentlenium.core.switchto that return FluentWebElement Modifier and Type Method Description FluentWebElementFluentTargetLocator. activeElement()Switches to the element that currently has focus within the document currently "switched to", or the body element if this cannot be detected.FluentWebElementFluentTargetLocatorImpl. activeElement()Methods in org.fluentlenium.core.switchto with parameters of type FluentWebElement Modifier and Type Method Description TFluentTargetLocator. frame(FluentWebElement frameElement)Select a frame using its previously locatedWebElement.TFluentTargetLocatorImpl. frame(FluentWebElement frameElement) -
Uses of FluentWebElement in org.fluentlenium.core.wait
Methods in org.fluentlenium.core.wait with parameters of type FluentWebElement Modifier and Type Method Description FluentConditionsFluentWait. until(FluentWebElement element)FluentConditionsFluentWaitConditions. until(FluentWebElement element)Get a conditions object used to wait for condition on given element.FluentConditionsFluentWaitElement. until(FluentWebElement element)FluentConditionsFluentWaitElementList. until(FluentWebElement element)Method parameters in org.fluentlenium.core.wait with type arguments of type FluentWebElement Modifier and Type Method Description FluentListConditionsFluentWait. until(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWaitConditions. until(java.util.List<? extends FluentWebElement> elements)Get a conditions object used to wait for a condition on given elements.FluentListConditionsFluentWaitElement. until(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWaitElementList. until(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWait. untilEach(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWaitConditions. untilEach(java.util.List<? extends FluentWebElement> elements)Get a conditions object used to wait for a condition on given elements.FluentListConditionsFluentWaitElement. untilEach(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWaitElementList. untilEach(java.util.List<? extends FluentWebElement> elements)FluentListConditionsFluentWait. untilEachElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elements)FluentListConditionsFluentWaitConditions. untilEachElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elements)Get a conditions object used to wait for a condition on given elements.FluentListConditionsFluentWaitElement. untilEachElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> selector)FluentListConditionsFluentWaitElementList. untilEachElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> selector)FluentConditionsFluentWait. untilElement(java.util.function.Supplier<? extends FluentWebElement> element)FluentConditionsFluentWaitConditions. untilElement(java.util.function.Supplier<? extends FluentWebElement> element)Get a conditions object used to wait for a condition on given element.FluentConditionsFluentWaitElement. untilElement(java.util.function.Supplier<? extends FluentWebElement> selector)FluentConditionsFluentWaitElementList. untilElement(java.util.function.Supplier<? extends FluentWebElement> selector)FluentListConditionsFluentWait. untilElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elements)FluentListConditionsFluentWaitConditions. untilElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> elements)Get a conditions object used to wait for a condition on given elements.FluentListConditionsFluentWaitElement. untilElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> selector)FluentListConditionsFluentWaitElementList. untilElements(java.util.function.Supplier<? extends java.util.List<? extends FluentWebElement>> selector)Constructors in org.fluentlenium.core.wait with parameters of type FluentWebElement Constructor Description FluentWaitElement(FluentWait controlWait, FluentWebElement element)Creates a new fluent wait for a given element.Constructor parameters in org.fluentlenium.core.wait with type arguments of type FluentWebElement Constructor Description FluentWaitElementList(FluentWait controlWait, java.util.List<? extends FluentWebElement> elements)Creates a new fluent wait for a given elements.
-