- AbstractAnnotationListener - Class in org.fluentlenium.core.events
-
Abstract class for annotation listeners.
- AbstractAnnotationListener(Object, int) - Constructor for class org.fluentlenium.core.events.AbstractAnnotationListener
-
Creates a new annotation listener.
- AbstractComponentInstantiator - Class in org.fluentlenium.core.components
-
Abstract component instantiator.
- AbstractComponentInstantiator() - Constructor for class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- AbstractFactoryRegistryImpl<T extends Factory,R extends ReflectiveFactory> - Class in org.fluentlenium.configuration
-
Abstract registry of FluentLenium factories.
- AbstractFactoryRegistryImpl(Class<T>, Class<R>) - Constructor for class org.fluentlenium.configuration.AbstractFactoryRegistryImpl
-
Creates a new factory registry.
- AbstractFluentListConditions - Class in org.fluentlenium.core.conditions
-
Abstract class conditions on list of elements.
- AbstractFluentListConditions(List<? extends FluentWebElement>) - Constructor for class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
Creates a new conditions on list of elements.
- AbstractLocatorHandler<T> - Class in org.fluentlenium.core.proxy
-
Abstract proxy handler supporting lazy loading and hooks on WebElement
.
- AbstractLocatorHandler(ElementLocator) - Constructor for class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Creates a new locator handler.
- AbstractMatcher - Class in org.fluentlenium.core.filter.matcher
-
Abstract search matcher.
- AbstractMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.AbstractMatcher
-
Creates a new abstract search matcher.
- AbstractMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.AbstractMatcher
-
Creates a new abstract search matcher.
- AbstractObjectConditions<T> - Class in org.fluentlenium.core.conditions
-
Abstract implementation supported negation and instantiation.
- AbstractObjectConditions(T) - Constructor for class org.fluentlenium.core.conditions.AbstractObjectConditions
-
Initialize the conditions with given object.
- AbstractObjectConditions(T, boolean) - Constructor for class org.fluentlenium.core.conditions.AbstractObjectConditions
-
Initialize the conditions with given object
- AbstractSearchSupplier - Class in org.fluentlenium.core.search
-
Abstract supplier providing toString() representation from elements proxy and search filters.
- AbstractSearchSupplier(List<SearchFilter>, Object) - Constructor for class org.fluentlenium.core.search.AbstractSearchSupplier
-
Creates a new search supplier.
- actions() - Method in class org.fluentlenium.core.action.KeyboardActions
-
Get selenium interactions actions.
- actions() - Method in class org.fluentlenium.core.action.KeyboardElementActions
-
Get selenium interactions actions.
- actions() - Method in class org.fluentlenium.core.action.MouseActions
-
Get the actions object.
- activeElement() - Method in interface org.fluentlenium.core.switchto.FluentTargetLocator
-
Switches to the element that currently has focus within the document currently "switched to",
or the body element if this cannot be detected.
- activeElement() - Method in class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
- add(String) - Method in class org.fluentlenium.core.url.UrlTemplate
-
Add property value.
- addAll(List<String>) - Method in class org.fluentlenium.core.url.UrlTemplate
-
Add all property properties
- addLazyComponentsListener(LazyComponentsListener<T>) - Method in class org.fluentlenium.core.components.LazyComponentList
-
- addLazyComponentsListener(LazyComponentsListener<T>) - Method in interface org.fluentlenium.core.components.LazyComponents
-
Add a lazy components initialization listener.
- addLazyComponentsListener(LazyComponentsListener) - Method in class org.fluentlenium.core.domain.NotLazyComponents
-
- addListener(ProxyElementListener) - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- addListener(ProxyElementListener) - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Add a listener for this locator handler.
- addProxyListener(Object, ProxyElementListener) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Add a proxy listener for this proxy.
- AfterChangeValueOf - Annotation Type in org.fluentlenium.core.events.annotations
-
- afterChangeValueOf(WebElement, WebDriver, CharSequence[]) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- afterChangeValueOf(FluentWebElement, WebDriver, CharSequence[]) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after WebElement.clear()
,
WebElement.sendKeys(java.lang.CharSequence...)
,
WebElement.sendKeys(CharSequence...)
.
- afterChangeValueOf(ElementListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked after changing value of an element.
- afterChangeValueOf(FluentWebElement, WebDriver, CharSequence[]) - Method in class org.fluentlenium.core.events.EventsSupport
-
- afterClass(Class<?>) - Static method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test class has finished (whatever the success of failing status)
- AfterClickOn - Annotation Type in org.fluentlenium.core.events.annotations
-
- afterClickOn(WebElement, WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- afterClickOn(FluentWebElement, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after WebElement.click()
.
- afterClickOn(ElementListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked after clicking an element.
- afterClickOn(FluentWebElement, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- AfterFindBy - Annotation Type in org.fluentlenium.core.events.annotations
-
- afterFindBy(By, WebElement, WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- afterFindBy(By, FluentWebElement, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after WebDriver.findElement(...)
,
WebDriver.findElements(...)
, WebElement.findElement(...)
, WebElement.findElements(...)
.
- afterFindBy(FindByListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked after finding an element.
- afterFindBy(By, FluentWebElement, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- AfterNavigate - Annotation Type in org.fluentlenium.core.events.annotations
-
- afterNavigate(NavigateAllListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked after navigating.
- AfterNavigateBack - Annotation Type in org.fluentlenium.core.events.annotations
-
- afterNavigateBack(WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- afterNavigateBack(WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after navigate().back()
.
- afterNavigateBack(NavigateListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked after navigating back.
- afterNavigateBack(WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- AfterNavigateForward - Annotation Type in org.fluentlenium.core.events.annotations
-
- afterNavigateForward(WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- afterNavigateForward(WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after navigate().forward()
.
- afterNavigateForward(NavigateListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked after navigating forward.
- afterNavigateForward(WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- AfterNavigateRefresh - Annotation Type in org.fluentlenium.core.events.annotations
-
- afterNavigateRefresh(WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- afterNavigateRefresh(WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after navigate().refresh()
.
- afterNavigateRefresh(NavigateListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked after refresh.
- afterNavigateRefresh(WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- AfterNavigateTo - Annotation Type in org.fluentlenium.core.events.annotations
-
- afterNavigateTo(String, WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- afterNavigateTo(String, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after get(String url)
,
navigate().to(String url)
.
- afterNavigateTo(NavigateToListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked after navigation.
- afterNavigateTo(String, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- AfterScript - Annotation Type in org.fluentlenium.core.events.annotations
-
- afterScript(String, WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- afterScript(String, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after
JavascriptExecutor.executeScript(String, Object[])
.
- afterScript(ScriptListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked after executing a script.
- afterScript(String, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- Alert - Interface in org.fluentlenium.core.alert
-
Manage browser alert.
- alert() - Method in interface org.fluentlenium.core.alert.AlertControl
-
Get an object to control the alert window.
- alert() - Method in class org.fluentlenium.core.FluentDriver
-
- alert() - Method in interface org.fluentlenium.core.switchto.FluentTargetLocator
-
Switches to the currently active modal dialog for this particular driver instance.
- alert() - Method in class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
- AlertControl - Interface in org.fluentlenium.core.alert
-
Provide control for alert windows.
- AlertImpl - Class in org.fluentlenium.core.alert
-
Manage browser alert.
- AlertImpl(WebDriver) - Constructor for class org.fluentlenium.core.alert.AlertImpl
-
Creates a new alert object.
- AlertImpl(Alert) - Constructor for class org.fluentlenium.core.alert.AlertImpl
-
Creates a new alert object.
- ancestors() - Method in class org.fluentlenium.core.axes.Axes
-
Find ancestor elements.
- AnnotationConfiguration - Class in org.fluentlenium.configuration
-
- AnnotationConfiguration(Class<?>) - Constructor for class org.fluentlenium.configuration.AnnotationConfiguration
-
Creates a new annotation based configuration.
- AnnotationConfiguration(FluentConfiguration) - Constructor for class org.fluentlenium.configuration.AnnotationConfiguration
-
Creates a new annotation based configuration.
- AnnotationsComponentListener - Class in org.fluentlenium.core.events
-
Listen to WebDriver events and delegates to methods with annotations registered on FluentLenium components.
- AnnotationsComponentListener(ComponentsAccessor) - Constructor for class org.fluentlenium.core.events.AnnotationsComponentListener
-
Creates a new annotations component listener.
- apply(FluentWebElement) - Method in class org.fluentlenium.core.filter.AttributeFilterPredicate
-
- applyFilter(Collection<FluentWebElement>) - Method in class org.fluentlenium.core.filter.AttributeFilter
-
- applyFilter(Collection<FluentWebElement>) - Method in class org.fluentlenium.core.filter.PredicateFilter
-
- applyFilter(Collection<FluentWebElement>) - Method in interface org.fluentlenium.core.search.SearchFilter
-
Apply the filter.
- applyHooks(Object, HookChainBuilder, List<HookDefinition<?>>) - Method in class org.fluentlenium.core.hook.HookControlImpl
-
Apply defined hooks on the proxy.
- applyNegation(C, boolean) - Method in class org.fluentlenium.core.conditions.wait.WaitConditionInvocationHandler
-
Apply the current negation to the given condition
- args - Variable in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
- as(Class<T>) - Method in interface org.fluentlenium.core.domain.FluentList
-
Wrap all underlying elements in a componen..
- as(Class<T>) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- as(Class<T>) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Wrap all underlying elements in a componen..
- asComponentList(Class<T>, WebElement...) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asComponentList(Class<T>, Iterable<WebElement>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asComponentList(Class<T>, List<WebElement>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asComponentList(Class<L>, Class<T>, WebElement...) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asComponentList(Class<L>, Class<T>, Iterable<WebElement>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asComponentList(Class<L>, Class<T>, List<WebElement>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asComponentList(Class<T>, WebElement...) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given element iterable.
- asComponentList(Class<T>, Iterable<WebElement>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given element iterable.
- asComponentList(Class<T>, List<WebElement>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given element iterable.
- asComponentList(Class<L>, Class<T>, WebElement...) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given element iterable.
- asComponentList(Class<L>, Class<T>, Iterable<WebElement>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given element iterable.
- asComponentList(Class<L>, Class<T>, List<WebElement>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given element iterable.
- asComponentList(Class<L>, Class<T>, Iterable<WebElement>) - Method in class org.fluentlenium.core.components.ComponentsManager
-
- asFluentList(WebElement...) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asFluentList(Iterable<WebElement>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asFluentList(List<WebElement>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asFluentList(Class<T>, WebElement...) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asFluentList(Class<T>, Iterable<WebElement>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asFluentList(Class<T>, List<WebElement>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- asFluentList(WebElement...) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- asFluentList(Iterable<WebElement>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- asFluentList(List<WebElement>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- asFluentList(Class<T>, WebElement...) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- asFluentList(Class<T>, Iterable<WebElement>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- asFluentList(Class<T>, List<WebElement>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- asList() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Converts this element as a single element list.
- assertValidAnnotations() - Method in class org.fluentlenium.core.page.ClassAnnotations
-
Assert that defined annotations are valid.
- AtIndexElementLocator - Class in org.fluentlenium.core.proxy
-
ElementLocator
retrieving a particular index element from another locator.
- AtIndexElementLocator(ElementLocator, int) - Constructor for class org.fluentlenium.core.proxy.AtIndexElementLocator
-
Creates a new at-index element locator.
- AtLeastOneElementConditions - Class in org.fluentlenium.core.conditions
-
Conditions for list of elements, matching when at least one element of the list matches.
- AtLeastOneElementConditions(List<? extends FluentWebElement>) - Constructor for class org.fluentlenium.core.conditions.AtLeastOneElementConditions
-
Creates a new condition.
- atMost(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWait
-
- atMost(long) - Method in class org.fluentlenium.core.wait.FluentWait
-
- atMost(long, TimeUnit) - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Configure timeout for this wait object.
- atMost(long) - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Configure wait timeout for this wait object.
- atMost(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- atMost(long) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- atMost(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- atMost(long) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- attribute(String, String) - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- attribute(String) - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- attribute(String, String) - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that the attribute has the given value.
- attribute(String) - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check conditions on the given attribute the attribute has the given value.
- attribute(String, String) - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- attribute(String) - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- attribute(String) - Method in interface org.fluentlenium.core.domain.FluentList
-
Return a custom attribute of the first element on the list
- attribute(String) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- attribute(String) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return any value of custom attribute (generated=true will return "true" if attribute("generated") is called.
- AttributeFilter - Class in org.fluentlenium.core.filter
-
Search filter based on attribute value.
- AttributeFilter(String, String) - Constructor for class org.fluentlenium.core.filter.AttributeFilter
-
Construct a filter with an attribute name and an associated value
- AttributeFilter(String, AbstractMatcher) - Constructor for class org.fluentlenium.core.filter.AttributeFilter
-
Construct a filter with a custom attribute and an associated matcher
- AttributeFilterPredicate - Class in org.fluentlenium.core.filter
-
Filter a FluentWebElement collection to return only the elements with the same text
- AttributeFilterPredicate(AttributeFilter) - Constructor for class org.fluentlenium.core.filter.AttributeFilterPredicate
-
Creates a new Attribute Filter Predicated, from an attribute filter
- attributes(String) - Method in interface org.fluentlenium.core.domain.FluentList
-
Return a custom attribute of elements on the list
- attributes(String) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- available - Variable in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
- await() - Method in interface org.fluentlenium.core.domain.FluentList
-
Build a wait object to wait for a condition of this element list.
- await() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- await() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Build a wait object to wait for a condition of this element.
- await() - Method in class org.fluentlenium.core.FluentDriver
-
- await() - Method in interface org.fluentlenium.core.wait.AwaitControl
-
wait for an asynchronous call
- AwaitControl - Interface in org.fluentlenium.core.wait
-
Control interface for fluent wait.
- awaitUntilEach() - Method in interface org.fluentlenium.core.domain.FluentList
-
Build a condition object on this element list that will match if each underlying element match,
automatically waiting for condition to be verified.
- awaitUntilEach() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- awaitUntilOne() - Method in interface org.fluentlenium.core.domain.FluentList
-
Build a condition object on this element list that will match if one or more underlying element match,
automatically waiting for condition to be verified.
- awaitUntilOne() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- Axes - Class in org.fluentlenium.core.axes
-
Handles XPath axes for an element (http://www.w3schools.com/xsl/xpath_axes.asp)
- Axes(WebElement, ComponentInstantiator) - Constructor for class org.fluentlenium.core.axes.Axes
-
Creates a new axes object to find other elements based on XPath axes.
- axes() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
XPath Axes accessor (parent, ancestors, preceding, following, ...).
- BaseConfiguration - Class in org.fluentlenium.configuration
-
Base configuration class supporting setting of the global configuration.
- BaseConfiguration() - Constructor for class org.fluentlenium.configuration.BaseConfiguration
-
- BaseFill<E extends FluentWebElement> - Class in org.fluentlenium.core.action
-
Common form filling features.
- BaseFill(FluentList<E>) - Constructor for class org.fluentlenium.core.action.BaseFill
-
Creates a new fill, from a list of element.
- BaseFill(E) - Constructor for class org.fluentlenium.core.action.BaseFill
-
Creates a new fill, from a single element.
- BaseFluentHook<T> - Class in org.fluentlenium.core.hook
-
- BaseFluentHook(FluentControl, ComponentInstantiator, Supplier<WebElement>, Supplier<ElementLocator>, Supplier<String>, T) - Constructor for class org.fluentlenium.core.hook.BaseFluentHook
-
create a new base fluent hook.
- BaseHook<T> - Class in org.fluentlenium.core.hook
-
Base hook implementation.
- BaseHook(FluentControl, ComponentInstantiator, Supplier<WebElement>, Supplier<ElementLocator>, Supplier<String>, T) - Constructor for class org.fluentlenium.core.hook.BaseHook
-
Creates a new base hook.
- BaseObjectListConditions<T,C extends Conditions<T>> - Class in org.fluentlenium.core.conditions
-
Base condition for list of objects
- BaseObjectListConditions(Conditions<FluentWebElement>, Function<FluentWebElement, T>, Function<FluentWebElement, C>) - Constructor for class org.fluentlenium.core.conditions.BaseObjectListConditions
-
Creates a new list conditions
- BaseWaitConditions - Class in org.fluentlenium.core.wait
-
Common class for all wait conditions instances.
- BaseWaitConditions() - Constructor for class org.fluentlenium.core.wait.BaseWaitConditions
-
- basic() - Method in class org.fluentlenium.core.action.KeyboardActions
-
Basic keyboard operations
- basic() - Method in class org.fluentlenium.core.action.KeyboardElementActions
-
Basic keyboard operations
- basic() - Method in class org.fluentlenium.core.action.MouseActions
-
Basic mouse operations
- basic() - Method in class org.fluentlenium.core.action.MouseElementActions
-
Basic mouse operations
- BeforeChangeValueOf - Annotation Type in org.fluentlenium.core.events.annotations
-
- beforeChangeValueOf(WebElement, WebDriver, CharSequence[]) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- beforeChangeValueOf(FluentWebElement, WebDriver, CharSequence[]) - Method in interface org.fluentlenium.core.events.EventListener
-
Called before WebElement.clear()
,
WebElement.sendKeys(java.lang.CharSequence...)
,
WebElement.sendKeys(CharSequence...)
.
- beforeChangeValueOf(ElementListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked before changing value of an element.
- beforeChangeValueOf(FluentWebElement, WebDriver, CharSequence[]) - Method in class org.fluentlenium.core.events.EventsSupport
-
- BeforeClickOn - Annotation Type in org.fluentlenium.core.events.annotations
-
- beforeClickOn(WebElement, WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- beforeClickOn(FluentWebElement, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called before WebElement.click()
.
- beforeClickOn(ElementListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked before clicking an element.
- beforeClickOn(FluentWebElement, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- BeforeFindBy - Annotation Type in org.fluentlenium.core.events.annotations
-
- beforeFindBy(By, WebElement, WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- beforeFindBy(By, FluentWebElement, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called before WebDriver.findElement(...)
,
WebDriver.findElements(...)
, WebElement.findElement(...)
, #findElement WebElement.findElements(...)
.
- beforeFindBy(FindByListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked before finding an element.
- beforeFindBy(By, FluentWebElement, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- BeforeNavigate - Annotation Type in org.fluentlenium.core.events.annotations
-
- beforeNavigate(NavigateAllListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked before navigating.
- BeforeNavigateBack - Annotation Type in org.fluentlenium.core.events.annotations
-
- beforeNavigateBack(WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- beforeNavigateBack(WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called before navigate().back()
.
- beforeNavigateBack(NavigateListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked before navigating back.
- beforeNavigateBack(WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- BeforeNavigateForward - Annotation Type in org.fluentlenium.core.events.annotations
-
- beforeNavigateForward(WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- beforeNavigateForward(WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called before navigate().forward()
.
- beforeNavigateForward(NavigateListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked before navigating forward.
- beforeNavigateForward(WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- BeforeNavigateRefresh - Annotation Type in org.fluentlenium.core.events.annotations
-
- beforeNavigateRefresh(WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- beforeNavigateRefresh(WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called before navigate().refresh()
.
- beforeNavigateRefresh(NavigateListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked before refresh.
- beforeNavigateRefresh(WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- BeforeNavigateTo - Annotation Type in org.fluentlenium.core.events.annotations
-
- beforeNavigateTo(String, WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- beforeNavigateTo(String, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called before get(String url)
,
navigate().to(String url)
.
- beforeNavigateTo(NavigateToListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked before navigating to an url.
- beforeNavigateTo(String, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- BeforeScript - Annotation Type in org.fluentlenium.core.events.annotations
-
- beforeScript(String, WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
- beforeScript(String, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called before
JavascriptExecutor.executeScript(String, Object[])
- beforeScript(ScriptListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Add a listener that will be invoked before executing a script.
- beforeScript(String, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- build(Supplier<WebElement>, Supplier<ElementLocator>, Supplier<String>, List<HookDefinition<?>>) - Method in class org.fluentlenium.core.hook.DefaultHookChainBuilder
-
- build(Supplier<WebElement>, Supplier<ElementLocator>, Supplier<String>, List<HookDefinition<?>>) - Method in interface org.fluentlenium.core.hook.HookChainBuilder
-
Build the hook chain.
- buildAtLeastOnePredicate(Predicate<FluentWebElement>, boolean) - Method in class org.fluentlenium.core.conditions.AtLeastOneElementConditions
-
Build predicate for this condition.
- buildBy() - Method in class org.fluentlenium.core.inject.InjectionAnnotations
-
- buildBy() - Method in class org.fluentlenium.core.page.ClassAnnotations
- buildEachElementPredicate(Predicate<FluentWebElement>, boolean) - Method in class org.fluentlenium.core.conditions.EachElementConditions
-
Build predicate for this condition.
- builder(Class<T>, String) - Static method in class org.fluentlenium.core.conditions.message.MessageProxy
-
- builder(Class<T>, List<MessageBuilderCall>) - Static method in class org.fluentlenium.core.conditions.message.MessageProxy
-
- buildMessage() - Method in class org.fluentlenium.core.conditions.message.MessageBuilderInvocationHandler
-
Build the message based on annotations from methods called previously.
- CalculateService - Class in org.fluentlenium.core.filter.matcher
-
Static class that are in charge of analyzed the filter and matcher.
- canTakeScreenShot() - Method in class org.fluentlenium.core.FluentDriver
-
- canTakeScreenShot() - Method in interface org.fluentlenium.core.snapshot.SnapshotControl
-
Check if underlying WebDriver
can take screenshot.
- capabilities() - Method in interface org.fluentlenium.core.capabilities.CapabilitiesControl
-
Get the actual capabilities of the underlying Selenium WebDriver.
- capabilities() - Method in class org.fluentlenium.core.FluentDriver
-
- CapabilitiesControl - Interface in org.fluentlenium.core.capabilities
-
Control capabilities of the underlying Selenium WebDriver.
- CapabilitiesFactory - Interface in org.fluentlenium.configuration
-
Factory of Capabilities
- CapabilitiesRegistry - Enum in org.fluentlenium.configuration
-
- CapabilitiesRegistryImpl - Class in org.fluentlenium.configuration
-
Capabilities registry default implementation.
- CapabilitiesRegistryImpl() - Constructor for class org.fluentlenium.configuration.CapabilitiesRegistryImpl
-
Creates a new capabilities registry.
- CapabilitiesRegistryImpl.DesiredCapabilitiesFactory - Class in org.fluentlenium.configuration
-
Desired capabilities factory.
- ChromeWebDriverFactory() - Constructor for class org.fluentlenium.configuration.DefaultWebDriverFactories.ChromeWebDriverFactory
-
Creates a new chrome WebDriver factory.
- ClassAnnotations - Class in org.fluentlenium.core.page
-
Inspired by Annotations
, but use a Class instead of a Field
to retrieve the annotations.
- ClassAnnotations(Class<?>) - Constructor for class org.fluentlenium.core.page.ClassAnnotations
-
Creates a new class annotations.
- className(String) - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- className(String) - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that the class attribute has the given class name.
- className(String) - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- clear() - Method in interface org.fluentlenium.core.domain.FluentList
-
Clear visible elements on the list
- clear() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- clear() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Clear the element
- clear() - Method in class org.fluentlenium.core.hook.wait.WaitHook
-
- clear() - Method in class org.fluentlenium.core.url.UrlTemplate
-
Remove all property values.
- clearAll() - Method in interface org.fluentlenium.core.domain.FluentList
-
Clear all elements on the list
- clearAll() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- clearList() - Method in interface org.fluentlenium.core.domain.FluentList
-
- clearList() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- click() - Method in interface org.fluentlenium.core.action.FluentActions
-
Perform a click.
- click() - Method in class org.fluentlenium.core.action.MouseActions
-
Clicks at the current mouse location.
- click() - Method in class org.fluentlenium.core.action.MouseElementActions
-
Clicks in the middle of the given element.
- click() - Method in interface org.fluentlenium.core.domain.FluentList
-
Click on all elements on the list
Only the clickable elements are clicked
- click() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- click() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- click() - Method in class org.fluentlenium.core.hook.wait.WaitHook
-
- clickable() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- clickable() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that this element is visible and enabled such that you can click it.
- clickable() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- clickable() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Check that this element is visible and enabled such that you can click it.
- clickAndCloseCurrent(FluentWebElement) - Method in class org.fluentlenium.core.action.WindowAction
-
Clicks button, which closes current window and switches to last window (in set returned by
WebDriver.getWindowHandles()
).
- clickAndHold() - Method in class org.fluentlenium.core.action.MouseActions
-
Clicks (without releasing) at the current mouse location.
- clickAndHold() - Method in class org.fluentlenium.core.action.MouseElementActions
-
Clicks (without releasing) in the middle of the given element.
- clickAndOpenNew(FluentWebElement) - Method in class org.fluentlenium.core.action.WindowAction
-
Clicks button, which opens new window and switches to newly opened window.
- close() - Method in class org.fluentlenium.core.action.WindowAction
-
Close the current window.
- close() - Method in class org.fluentlenium.core.events.ContainerAnnotationsEventsRegistry
-
Release resources associated with this component event registrations.
- close() - Method in class org.fluentlenium.core.events.EventsRegistry
-
Unregister all event listeners.
- compare(Object, Object) - Method in class org.fluentlenium.core.events.ListenerPriorityComparator
-
- Component - Class in org.fluentlenium.core.domain
-
A component encapsulate a Selenium WebElement, the FluentLenium control interface and FluentLenium instantiator.
- Component(WebElement, FluentControl, ComponentInstantiator) - Constructor for class org.fluentlenium.core.domain.Component
-
Creates a new component
- componentClass - Variable in class org.fluentlenium.core.domain.ComponentList
-
- ComponentException - Exception in org.fluentlenium.core.components
-
Thrown when something wrong occurs with a component.
- ComponentException(String) - Constructor for exception org.fluentlenium.core.components.ComponentException
-
Creates a new component exception.
- ComponentException(String, Throwable) - Constructor for exception org.fluentlenium.core.components.ComponentException
-
Creates a new component exception.
- ComponentHandler - Class in org.fluentlenium.core.proxy
-
Proxy handler for WebElement
.
- ComponentHandler(ElementLocator) - Constructor for class org.fluentlenium.core.proxy.ComponentHandler
-
Creates a new component handler
- ComponentInstantiator - Interface in org.fluentlenium.core.components
-
Factory building new components.
- ComponentList<T> - Class in org.fluentlenium.core.domain
-
List of Component.
- ComponentList(Class<T>, List<T>, FluentControl, ComponentInstantiator) - Constructor for class org.fluentlenium.core.domain.ComponentList
-
Creates a new list of components
- ComponentsAccessor - Interface in org.fluentlenium.core.components
-
Accessor interface to retrieve a component from it's selenium element.
- ComponentsManager - Class in org.fluentlenium.core.components
-
Manage living components for a WebDriver instance.
- ComponentsManager(FluentControl) - Constructor for class org.fluentlenium.core.components.ComponentsManager
-
Creates a new components manager.
- ComposedConfiguration - Class in org.fluentlenium.configuration
-
A configuration composed with a writable configuration and list of read configurations.
- ComposedConfiguration(ConfigurationMutator, ConfigurationProperties...) - Constructor for class org.fluentlenium.configuration.ComposedConfiguration
-
Creates a new composed configuration
- concat(String, String) - Static method in class org.fluentlenium.utils.UrlUtils
-
Concatenate 2 URL Strings.
- conditions - Variable in class org.fluentlenium.core.conditions.BaseObjectListConditions
-
- Conditions<T> - Interface in org.fluentlenium.core.conditions
-
Common interface for conditions.
- conditions() - Method in class org.fluentlenium.core.conditions.wait.WaitConditionInvocationHandler
-
Get the underlying conditions of wait matcher.
- conditions(boolean) - Method in class org.fluentlenium.core.conditions.wait.WaitConditionInvocationHandler
-
Get the underlying conditions of wait matcher.
- conditions() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Get a conditions object used to verify condition on this element.
- conditionsGetter - Variable in class org.fluentlenium.core.conditions.BaseObjectListConditions
-
- ConditionsObject<T> - Interface in org.fluentlenium.core.conditions
-
Wrap object inside a condition.
- Configuration - Interface in org.fluentlenium.configuration
-
Base configuration interface that can be read and written.
- ConfigurationDefaults - Class in org.fluentlenium.configuration
-
Default configuration implementation.
- ConfigurationDefaults() - Constructor for class org.fluentlenium.configuration.ConfigurationDefaults
-
- ConfigurationException - Exception in org.fluentlenium.configuration
-
Exception thrown when something wrong occurs because of the configuration of FluentLenium.
- ConfigurationException(String) - Constructor for exception org.fluentlenium.configuration.ConfigurationException
-
Creates a configuration exception.
- ConfigurationException(String, Throwable) - Constructor for exception org.fluentlenium.configuration.ConfigurationException
-
Creates a configuration exception.
- ConfigurationFactory - Interface in org.fluentlenium.configuration
-
Creates new configuration from a container class.
- ConfigurationFactoryProvider - Class in org.fluentlenium.configuration
-
Provider of configuration factory.
- ConfigurationMutator - Interface in org.fluentlenium.configuration
-
Mutation interface of Configuration Properties.
- ConfigurationProperties - Interface in org.fluentlenium.configuration
-
FluentLenium can be configured in many ways through configuration properties.
- ConfigurationProperties.DriverLifecycle - Enum in org.fluentlenium.configuration
-
Driver lifecycle.
- ConfigurationProperties.TriggerMode - Enum in org.fluentlenium.configuration
-
Trigger mode for Screenshots and HtmlDump features
- configureAwait(FluentWait) - Method in class org.fluentlenium.core.hook.wait.WaitHookOptions
-
Configure fluent wait with this options.
- ContainerAnnotationsEventsRegistry - Class in org.fluentlenium.core.events
-
Register event annotations from a container in the events registry.
- ContainerAnnotationsEventsRegistry(EventsRegistry, Object) - Constructor for class org.fluentlenium.core.events.ContainerAnnotationsEventsRegistry
-
Creates a new container annotations events registry.
- ContainerContext - Interface in org.fluentlenium.core.inject
-
Context for a container
- ContainerFluentControl - Class in org.fluentlenium.core.inject
-
Container global FluentLenium control interface.
- ContainerFluentControl(FluentControl) - Constructor for class org.fluentlenium.core.inject.ContainerFluentControl
-
Creates a new container fluent control.
- ContainerFluentControl(FluentControl, ContainerContext) - Constructor for class org.fluentlenium.core.inject.ContainerFluentControl
-
Creates a new container fluent control.
- ContainerInstanciator - Interface in org.fluentlenium.core.inject
-
Creates container instances.
- containingText(String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter by text
- containingTextContent(String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter by text content
- contains(CharSequence) - Method in interface org.fluentlenium.core.conditions.StringConditions
-
Check that this contains the given sequence of characters.
- contains(CharSequence) - Method in class org.fluentlenium.core.conditions.StringConditionsImpl
-
- contains(CharSequence) - Method in class org.fluentlenium.core.conditions.StringListConditionsImpl
-
- contains(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection contains to a given value.
- contains(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection contains to a given pattern.
- contains(Pattern, String, String) - Static method in class org.fluentlenium.core.filter.matcher.CalculateService
-
check if the current value contains the patternValue or the referenceValue
- contains(String) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher for a containing string
- contains(Pattern) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher for a containing pattern
- ContainsMatcher - Class in org.fluentlenium.core.filter.matcher
-
Matcher checking that actual contains input value.
- ContainsMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.ContainsMatcher
-
Creates a contains matcher.
- ContainsMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.ContainsMatcher
-
Creates a contains matcher.
- containsWord(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection contains a given word.
- ContainsWordMatcher - Class in org.fluentlenium.core.filter.matcher
-
Matcher checking that actual contains word from input value.
- ContainsWordMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.ContainsWordMatcher
-
Creates a not contains word matcher.
- contextClick() - Method in interface org.fluentlenium.core.action.FluentActions
-
Perform a context click.
- contextClick() - Method in class org.fluentlenium.core.action.MouseActions
-
Performs a context-click at the current mouse location.
- contextClick() - Method in class org.fluentlenium.core.action.MouseElementActions
-
Performs a context-click at middle of the given element.
- contextClick() - Method in interface org.fluentlenium.core.domain.FluentList
-
context click on all elements on the list
Only the clickable elements are clicked
- contextClick() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- contextClick() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- control - Variable in class org.fluentlenium.core.DefaultFluentContainer
-
- control - Variable in class org.fluentlenium.core.domain.Component
-
- control - Variable in class org.fluentlenium.core.domain.ComponentList
-
- count() - Method in interface org.fluentlenium.core.domain.FluentList
-
Count elements without actually loading the lazy list.
- count() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- createLocator(Field) - Method in class org.fluentlenium.core.inject.InjectionElementLocatorFactory
-
- createWebElement(WebElement) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Create a WebElement proxy from an existing element.
- createWebElement(Supplier<WebElement>) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Create a WebElement proxy from an element supplier.
- createWebElement(ElementLocator) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Create a WebElement proxy from an element locator.
- createWebElementList(List<WebElement>) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Create a list of WebElement proxies from an existing element list.
- createWebElementList(Supplier<List<WebElement>>) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Create a list of WebElement proxies from a supplier of element list.
- createWebElementList(ElementLocator) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Create a list of WebElement proxies from a locator of element list.
- css() - Method in interface org.fluentlenium.core.css.CssControl
-
Features related to CSS loaded in the active page.
- css() - Method in class org.fluentlenium.core.css.CssControlImpl
-
- CssControl - Interface in org.fluentlenium.core.css
-
Control interface for css related features.
- CssControlImpl - Class in org.fluentlenium.core.css
-
Control interface for css related features.
- CssControlImpl(JavascriptControl, AwaitControl) - Constructor for class org.fluentlenium.core.css.CssControlImpl
-
Creates a new css control implementation
- CssSupport - Interface in org.fluentlenium.core.css
-
Features related to CSS loaded in the active page.
- CssSupportImpl - Class in org.fluentlenium.core.css
-
Features related to CSS loaded in the active page.
- CssSupportImpl(JavascriptControl, AwaitControl) - Constructor for class org.fluentlenium.core.css.CssSupportImpl
-
Creates a new implementation of css support
- cssValue(String) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Get the value of a given CSS property.
- custom(Class<C>, FluentWait, String, Supplier<C>) - Static method in class org.fluentlenium.core.conditions.wait.WaitConditionProxy
-
Build a wait proxy.
- CustomProperty - Annotation Type in org.fluentlenium.configuration
-
Annotation configuration custom property.
- DefaultComponentInstantiator - Class in org.fluentlenium.core.components
-
Default component instantiator.
- DefaultComponentInstantiator(FluentControl) - Constructor for class org.fluentlenium.core.components.DefaultComponentInstantiator
-
Creates a new component instantiator, using given fluent control.
- DefaultComponentInstantiator(FluentControl, ComponentInstantiator) - Constructor for class org.fluentlenium.core.components.DefaultComponentInstantiator
-
Creates a new component instantiator, using given fluent control and underlying instantiator.
- DefaultConfigurationFactory - Class in org.fluentlenium.configuration
-
Creates new configuration from a container class.
- DefaultConfigurationFactory() - Constructor for class org.fluentlenium.configuration.DefaultConfigurationFactory
-
- DefaultContainerContext - Class in org.fluentlenium.core.inject
-
Context for a container
- DefaultContainerContext(Object) - Constructor for class org.fluentlenium.core.inject.DefaultContainerContext
-
Creates a new container context
- DefaultContainerContext(Object, ContainerContext, SearchContext) - Constructor for class org.fluentlenium.core.inject.DefaultContainerContext
-
Creates a new container context, with a parent context and a search context
- DefaultContainerInstanciator - Class in org.fluentlenium.core.inject
-
Creates container instances
- DefaultContainerInstanciator(FluentControl) - Constructor for class org.fluentlenium.core.inject.DefaultContainerInstanciator
-
Creates a new container instanciator
- defaultContent() - Method in interface org.fluentlenium.core.switchto.FluentTargetLocator
-
Selects either the first frame on the page, or the main document when a page contains
iframes.
- defaultContent() - Method in class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
- DefaultFactory - Annotation Type in org.fluentlenium.configuration
-
Mark a factory as default factory that can be overriden without throwing an exception.
- DefaultFluentContainer - Class in org.fluentlenium.core
-
- DefaultFluentContainer() - Constructor for class org.fluentlenium.core.DefaultFluentContainer
-
Creates a new container.
- DefaultFluentContainer(FluentControl) - Constructor for class org.fluentlenium.core.DefaultFluentContainer
-
Creates a new container, using given fluent control.
- DefaultFluentControlContainer - Class in org.fluentlenium.adapter
-
- DefaultFluentControlContainer() - Constructor for class org.fluentlenium.adapter.DefaultFluentControlContainer
-
- defaultHandler(Class<? extends Annotation>, WebElement, CharSequence[]) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
Handle default events.
- defaultHandlerComponentMethod(Object, Method, Class<? extends Annotation>, CharSequence[]) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
Handle default events for a given component method.
- DefaultHookChainBuilder - Class in org.fluentlenium.core.hook
-
Builder of hook chains from element supplier, element locator supplier and hook definitions list.
- DefaultHookChainBuilder(FluentControl, ComponentInstantiator) - Constructor for class org.fluentlenium.core.hook.DefaultHookChainBuilder
-
Creates a new default hook chain builder
- DefaultPropertiesBackend - Class in org.fluentlenium.configuration
-
Properties backend based on java
Properties
object.
- DefaultPropertiesBackend(Properties) - Constructor for class org.fluentlenium.configuration.DefaultPropertiesBackend
-
Creates a new configuration based on properties object.
- DefaultSharedMutator - Class in org.fluentlenium.adapter
-
Default implementation of
SharedMutator
, returning unchanged parameters.
- DefaultSharedMutator() - Constructor for class org.fluentlenium.adapter.DefaultSharedMutator
-
- DefaultWebDriverFactories - Class in org.fluentlenium.configuration
-
Utility class with default WebDriver factories.
- DefaultWebDriverFactories() - Constructor for class org.fluentlenium.configuration.DefaultWebDriverFactories
-
- DefaultWebDriverFactories.ChromeWebDriverFactory - Class in org.fluentlenium.configuration
-
Chrome WebDriver factory.
- DefaultWebDriverFactories.EdgeWebDriverFactory - Class in org.fluentlenium.configuration
-
Edge WebDriver factory.
- DefaultWebDriverFactories.FirefoxWebDriverFactory - Class in org.fluentlenium.configuration
-
Firefox WebDriver factory.
- DefaultWebDriverFactories.HtmlUnitWebDriverFactory - Class in org.fluentlenium.configuration
-
HtmlUnit WebDriver factory.
- DefaultWebDriverFactories.InternetExplorerWebDriverFactory - Class in org.fluentlenium.configuration
-
Internet Explorer WebDriver factory.
- DefaultWebDriverFactories.PhantomJSWebDriverFactory - Class in org.fluentlenium.configuration
-
PhantomJS WebDriver factory.
- DefaultWebDriverFactories.RemoteWebDriverFactory - Class in org.fluentlenium.configuration
-
Remote WebDriver factory.
- DefaultWebDriverFactories.SafariWebDriverFactory - Class in org.fluentlenium.configuration
-
Safary WebDriver factory.
- DelegatingList<T> - Class in org.fluentlenium.core.domain
-
List that delegates to another list
- DelegatingList(List<T>) - Constructor for class org.fluentlenium.core.domain.DelegatingList
-
Creates a new delegating list
- descendants() - Method in class org.fluentlenium.core.axes.Axes
-
Find descendants elements (children, grandchildren, etc.).
- DesiredCapabilitiesFactory(Method) - Constructor for class org.fluentlenium.configuration.CapabilitiesRegistryImpl.DesiredCapabilitiesFactory
-
Creates a new desired capabilities factory.
- dimension(int, int) - Method in interface org.fluentlenium.core.conditions.RectangleConditions
-
Check that rectangle has the given dimension.
- dimension(int, int) - Method in class org.fluentlenium.core.conditions.RectangleConditionsImpl
-
- dimension(int, int) - Method in class org.fluentlenium.core.conditions.RectangleListConditionsImpl
-
- displayed() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- displayed() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that this element is displayed.
- displayed() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- displayed() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return true if the element is displayed, other way return false
- displayed() - Method in class org.fluentlenium.core.wait.FluentWaitWindowConditions
-
Check if the window is displayed.
- doRun() - Method in class org.fluentlenium.adapter.FluentStandaloneRunnable
-
Implement this method using FluentLenium API.
- doubleClick() - Method in interface org.fluentlenium.core.action.FluentActions
-
Perform a double click.
- doubleClick() - Method in class org.fluentlenium.core.action.MouseActions
-
Performs a double-click at the current mouse location.
- doubleClick() - Method in class org.fluentlenium.core.action.MouseElementActions
-
Performs a double-click at middle of the given element.
- doubleClick() - Method in interface org.fluentlenium.core.domain.FluentList
-
double click on all elements on the list
Only the clickable elements are clicked
- doubleClick() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- doubleClick() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- dragAndDropBy(int, int) - Method in class org.fluentlenium.core.action.MouseElementActions
-
A convenience method that performs click-and-hold at the location of this element,
moves by a given offset, then releases the mouse.
- dragAndDropFrom(WebElement) - Method in class org.fluentlenium.core.action.MouseElementActions
-
A convenience method that performs click-and-hold at the location of the source element,
moves to the location of this element (target), then releases the mouse.
- dragAndDropTo(WebElement) - Method in class org.fluentlenium.core.action.MouseElementActions
-
A convenience method that performs click-and-hold at the location of this element (source),
moves to the location of the target element, then releases the mouse.
- each(FluentWait, String, Supplier<? extends List<? extends FluentWebElement>>) - Static method in class org.fluentlenium.core.conditions.wait.WaitConditionProxy
-
Build a wait proxy.
- each() - Method in interface org.fluentlenium.core.domain.FluentList
-
Build a condition object on this element list that will match if each underlying element match.
- each() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- EachElementConditions - Class in org.fluentlenium.core.conditions
-
Conditions for list of elements, matching when each element matches.
- EachElementConditions(List<? extends FluentWebElement>) - Constructor for class org.fluentlenium.core.conditions.EachElementConditions
-
Creates a new element list conditions.
- EdgeWebDriverFactory() - Constructor for class org.fluentlenium.configuration.DefaultWebDriverFactories.EdgeWebDriverFactory
-
Creates a new edge WebDriver factory.
- EffectiveParameters(Class<T>, String, ConfigurationProperties.DriverLifecycle) - Constructor for class org.fluentlenium.adapter.SharedMutator.EffectiveParameters
-
Creates new effective parameters
- el(String, SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- el(SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- el(By, SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- el(String, SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- el(SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- el(By, SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- el(String, SearchFilter...) - Method in class org.fluentlenium.core.FluentDriver
-
- el(SearchFilter...) - Method in class org.fluentlenium.core.FluentDriver
-
- el(By, SearchFilter...) - Method in class org.fluentlenium.core.FluentDriver
-
- el(String, SearchFilter...) - Method in class org.fluentlenium.core.inject.ContainerFluentControl
-
- el(SearchFilter...) - Method in class org.fluentlenium.core.inject.ContainerFluentControl
-
- el(By, SearchFilter...) - Method in class org.fluentlenium.core.inject.ContainerFluentControl
-
- el(String, SearchFilter...) - Method in class org.fluentlenium.core.search.Search
-
- el(SearchFilter...) - Method in class org.fluentlenium.core.search.Search
-
- el(By, SearchFilter...) - Method in class org.fluentlenium.core.search.Search
-
- el(String, SearchFilter...) - Method in interface org.fluentlenium.core.search.SearchControl
-
Find first element with CSS selector and filters.
- el(SearchFilter...) - Method in interface org.fluentlenium.core.search.SearchControl
-
Find first element with filters.
- el(By, SearchFilter...) - Method in interface org.fluentlenium.core.search.SearchControl
-
Find first element with Selenium locator and filters.
- element(FluentWait, String, Supplier<? extends FluentWebElement>) - Static method in class org.fluentlenium.core.conditions.wait.WaitConditionProxy
-
Build a wait proxy.
- ElementInstanceLocator - Class in org.fluentlenium.core.proxy
-
ElementLocator
for an already found WebElement
instance.
- ElementInstanceLocator(WebElement) - Constructor for class org.fluentlenium.core.proxy.ElementInstanceLocator
-
Creates a new element instance locator
- ElementListener - Interface in org.fluentlenium.core.events
-
Listen to element events.
- ElementListInstanceLocator - Class in org.fluentlenium.core.proxy
-
ElementLocator
for an already found list of WebElement
instance.
- ElementListInstanceLocator(List<WebElement>) - Constructor for class org.fluentlenium.core.proxy.ElementListInstanceLocator
-
Creates a new element list instance locator
- ElementListSupplierLocator - Class in org.fluentlenium.core.proxy
-
Element locator implemented by a Supplier
of list of WebElement
.
- ElementListSupplierLocator(List<WebElement>) - Constructor for class org.fluentlenium.core.proxy.ElementListSupplierLocator
-
Creates a new element list supplier locator
- ElementListSupplierLocator(Supplier<List<WebElement>>) - Constructor for class org.fluentlenium.core.proxy.ElementListSupplierLocator
-
Creates a new element list supplier locator
- ElementLocatorSearchContext - Class in org.fluentlenium.core.inject
-
Search context backed by an ElementLocator.
- ElementLocatorSearchContext(ElementLocator) - Constructor for class org.fluentlenium.core.inject.ElementLocatorSearchContext
-
Creates a new element locator search context.
- ElementSupplierLocator - Class in org.fluentlenium.core.proxy
-
Element locator implemented by a Supplier
of WebElement
.
- ElementSupplierLocator(Supplier<WebElement>) - Constructor for class org.fluentlenium.core.proxy.ElementSupplierLocator
-
Creates a new element supplier locator.
- ElementUtils - Class in org.fluentlenium.core.domain
-
Utility class for elements.
- enabled() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- enabled() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that this element is enabled.
- enabled() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- enabled() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return true if the element is enabled, other way return false
- endsWith(String) - Method in interface org.fluentlenium.core.conditions.StringConditions
-
Check that this ends with the given string.
- endsWith(String) - Method in class org.fluentlenium.core.conditions.StringConditionsImpl
-
- endsWith(String) - Method in class org.fluentlenium.core.conditions.StringListConditionsImpl
-
- endsWith(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection ends with to a given value.
- endsWith(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection ends with to a given pattern.
- endsWith(Pattern, String, String) - Static method in class org.fluentlenium.core.filter.matcher.CalculateService
-
check if the current value ends with the patternValue or the referenceValue
- endsWith(String) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher filtering by a string that ends with the matcher
- endsWith(Pattern) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher filtering by a string that ends with the pattern
- EndsWithMatcher - Class in org.fluentlenium.core.filter.matcher
-
Matcher checking that actual ends with input value.
- EndsWithMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.EndsWithMatcher
-
Creates a ends with matcher.
- EndsWithMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.EndsWithMatcher
-
Creates a ends with matcher.
- EnvironmentVariablesBackend - Class in org.fluentlenium.configuration
-
Properties backend based on environment variables.
- EnvironmentVariablesBackend() - Constructor for class org.fluentlenium.configuration.EnvironmentVariablesBackend
-
- equal(Pattern, String, String) - Static method in class org.fluentlenium.core.filter.matcher.CalculateService
-
check if the current value is equal the patternValue or the referenceValue
- equal(String) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher to equal the string matcher
- EqualMatcher - Class in org.fluentlenium.core.filter.matcher
-
Matcher checking that actual is equal to input value.
- EqualMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.EqualMatcher
-
Creates a equal matcher.
- EqualMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.EqualMatcher
-
Creates a equal matcher.
- equals(Object) - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- equals(Object) - Method in class org.fluentlenium.utils.SupplierOfInstance
-
- equalTo(int) - Method in interface org.fluentlenium.core.conditions.IntegerConditions
-
Check that this is equal to given value
- equalTo(int) - Method in class org.fluentlenium.core.conditions.IntegerConditionsImpl
-
- equalTo(int) - Method in class org.fluentlenium.core.conditions.IntegerListConditionsImpl
-
- equalTo(String) - Method in interface org.fluentlenium.core.conditions.StringConditions
-
Check that this is equal to with the given string.
- equalTo(String) - Method in class org.fluentlenium.core.conditions.StringConditionsImpl
-
- equalTo(String) - Method in class org.fluentlenium.core.conditions.StringListConditionsImpl
-
- equalTo(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection is equal to a given value.
- equalToIgnoreCase(String) - Method in interface org.fluentlenium.core.conditions.StringConditions
-
Check that this is equal to with the given string, ignoring case.
- equalToIgnoreCase(String) - Method in class org.fluentlenium.core.conditions.StringConditionsImpl
-
- equalToIgnoreCase(String) - Method in class org.fluentlenium.core.conditions.StringListConditionsImpl
-
- EventAnnotationsException - Exception in org.fluentlenium.core.events
-
Thrown when something wrong occurs with event annotations.
- EventAnnotationsException(String, Throwable) - Constructor for exception org.fluentlenium.core.events.EventAnnotationsException
-
Creates a new event annotations exception.
- EventListener - Interface in org.fluentlenium.core.events
-
Listener interface for events.
- events() - Method in interface org.fluentlenium.core.events.EventsControl
-
Retrieves an event registry to register event listeners.
- events() - Method in class org.fluentlenium.core.FluentDriver
-
- EventsControl - Interface in org.fluentlenium.core.events
-
Control interface for events.
- EventsRegistry - Class in org.fluentlenium.core.events
-
Registry of event listeners.
- EventsRegistry(FluentControl) - Constructor for class org.fluentlenium.core.events.EventsRegistry
-
Creates a new registry of event listeners.
- EventsSupport - Class in org.fluentlenium.core.events
-
EventsSupport can be registered in Selenium EventFiringWebDriver
to provide an
easier to use events interface.
- EventsSupport(EventsRegistry) - Constructor for class org.fluentlenium.core.events.EventsSupport
-
Creates a new events support
- ExceptionListener - Interface in org.fluentlenium.core.events
-
Listen to exceptions.
- executeAsyncScript(String, Object...) - Method in class org.fluentlenium.core.FluentDriver
-
- executeAsyncScript(String, Object...) - Method in interface org.fluentlenium.core.script.JavascriptControl
-
Execute a script, asynchronously.
- executeScript(String, Object...) - Method in class org.fluentlenium.core.FluentDriver
-
- executeScript(String, Object...) - Method in interface org.fluentlenium.core.script.JavascriptControl
-
Execute a script, synchronously.
- explicitlyFor(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWait
-
- explicitlyFor(long) - Method in class org.fluentlenium.core.wait.FluentWait
-
- explicitlyFor(long, TimeUnit) - Method in interface org.fluentlenium.core.wait.FluentWaitConditions
-
Waits unconditionally for an explicit amount of time.
- explicitlyFor(long) - Method in interface org.fluentlenium.core.wait.FluentWaitConditions
-
Waits unconditionally for an explicit amount of time.
- explicitlyFor(long) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- explicitlyFor(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- explicitlyFor(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- explicitlyFor(long) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- factories - Variable in class org.fluentlenium.configuration.AbstractFactoryRegistryImpl
-
- Factory - Interface in org.fluentlenium.configuration
-
Marker interface for factories.
- FactoryName - Annotation Type in org.fluentlenium.configuration
-
Define names for a factory
- FactoryNames - Interface in org.fluentlenium.configuration
-
Add names to a factory.
- FactoryPriority - Annotation Type in org.fluentlenium.configuration
-
Defines the priority of the factory.
- factoryType - Variable in class org.fluentlenium.configuration.AbstractFactoryRegistryImpl
-
- failed() - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method has failed (before finished)
- failed(String) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method has failed (before finished)
- failed(Class<?>) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method has failed (before finished)
- failed(Class<?>, String) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method has failed (before finished)
- failed(Throwable, Class<?>, String) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method has failed (before finished)
- Fill<E extends FluentWebElement> - Class in org.fluentlenium.core.action
-
Default form filling features.
- Fill(FluentList<E>) - Constructor for class org.fluentlenium.core.action.Fill
-
Creates a new fill, from a list of element.
- Fill(E) - Constructor for class org.fluentlenium.core.action.Fill
-
Creates a new fill, from a single element.
- fill() - Method in interface org.fluentlenium.core.action.FluentActions
-
Construct a Fill Builder in order to allow easy fill of visible input fields.
- fill() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- fill() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- FillSelect<E extends FluentWebElement> - Class in org.fluentlenium.core.action
-
Select form filling features.
- FillSelect(FluentList<E>) - Constructor for class org.fluentlenium.core.action.FillSelect
-
Creates a new fill, from a list of element.
- FillSelect(E) - Constructor for class org.fluentlenium.core.action.FillSelect
-
Creates a new fill, from a single element.
- fillSelect() - Method in interface org.fluentlenium.core.action.FluentActions
-
Construct a Fill Select Builder in order to allow easy fill of visible input fields.
- fillSelect() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- fillSelect() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- FilterBuilder - Class in org.fluentlenium.core.filter
-
Builder for search filters
- FilterBuilder(String) - Constructor for class org.fluentlenium.core.filter.FilterBuilder
-
Creates a new filter builder, using custom attributes.
- FilterConstructor - Class in org.fluentlenium.core.filter
-
Filter constructors.
- find(String, SearchFilter...) - Method in interface org.fluentlenium.core.domain.FluentList
-
find elements into the children with the corresponding filters
- find(SearchFilter...) - Method in interface org.fluentlenium.core.domain.FluentList
-
find elements in the children with the corresponding filters
- find(String, SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- find(By, SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- find(SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- find(By, SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- find(String, SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- find(SearchFilter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- find(String, SearchFilter...) - Method in class org.fluentlenium.core.FluentDriver
-
- find(By, SearchFilter...) - Method in class org.fluentlenium.core.FluentDriver
-
- find(SearchFilter...) - Method in class org.fluentlenium.core.FluentDriver
-
- find(String, SearchFilter...) - Method in class org.fluentlenium.core.inject.ContainerFluentControl
-
- find(SearchFilter...) - Method in class org.fluentlenium.core.inject.ContainerFluentControl
-
- find(By, SearchFilter...) - Method in class org.fluentlenium.core.inject.ContainerFluentControl
-
- find(String, SearchFilter...) - Method in class org.fluentlenium.core.search.Search
-
Central methods to find elements on the page.
- find(SearchFilter...) - Method in class org.fluentlenium.core.search.Search
-
Central methods to find elements on the page with filters.
- find(By, SearchFilter...) - Method in class org.fluentlenium.core.search.Search
-
Central methods to find elements on the page.
- find(String, SearchFilter...) - Method in interface org.fluentlenium.core.search.SearchControl
-
Find list of elements with CSS selector and filters.
- find(SearchFilter...) - Method in interface org.fluentlenium.core.search.SearchControl
-
Find list of elements with filters.
- find(By, SearchFilter...) - Method in interface org.fluentlenium.core.search.SearchControl
-
Find list of elements with Selenium locator and filters.
- findByHandler(Class<? extends Annotation>, By, WebElement, WebDriver) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
Handle find by events.
- findByHandlerComponentMethod(Object, Method, Class<? extends Annotation>, By) - Method in class org.fluentlenium.core.events.AnnotationsComponentListener
-
Handle find by events for a given component method.
- FindByListener - Interface in org.fluentlenium.core.events
-
Listener interface for FindBy events
- findElement() - Method in class org.fluentlenium.core.hook.wait.WaitHook
-
- findElement(By) - Method in class org.fluentlenium.core.inject.ElementLocatorSearchContext
-
- findElement() - Method in class org.fluentlenium.core.inject.InjectionElementLocator
-
Find the element.
- findElement() - Method in class org.fluentlenium.core.proxy.AtIndexElementLocator
-
- findElement() - Method in class org.fluentlenium.core.proxy.ElementListSupplierLocator
-
- findElement() - Method in class org.fluentlenium.core.proxy.ElementSupplierLocator
-
- findElement() - Method in class org.fluentlenium.core.proxy.LastElementLocator
-
- findElements() - Method in class org.fluentlenium.core.hook.wait.WaitHook
-
- findElements(By) - Method in class org.fluentlenium.core.inject.ElementLocatorSearchContext
-
- findElements() - Method in class org.fluentlenium.core.inject.InjectionElementLocator
-
Find the element list.
- findElements() - Method in class org.fluentlenium.core.proxy.AtIndexElementLocator
-
- findElements() - Method in class org.fluentlenium.core.proxy.ElementListSupplierLocator
-
- findElements() - Method in class org.fluentlenium.core.proxy.ElementSupplierLocator
-
- findElements() - Method in class org.fluentlenium.core.proxy.LastElementLocator
-
- finished() - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method has finished (whatever the success of failing status)
- finished(String) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method has finished (whatever the success of failing status)
- finished(Class<?>) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method has finished (whatever the success of failing status)
- finished(Class<?>, String) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method has finished (whatever the success of failing status)
- FirefoxWebDriverFactory() - Constructor for class org.fluentlenium.configuration.DefaultWebDriverFactories.FirefoxWebDriverFactory
-
Creates a new firefox WebDriver factory.
- fireLazyComponentsInitialized(Map<WebElement, T>) - Method in class org.fluentlenium.core.components.LazyComponentList
-
First lazy components initialized event.
- fireProxyElementFound(T) - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Fire proxy element found event.
- fireProxyElementSearch() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Fire proxy element search event.
- first() - Method in interface org.fluentlenium.core.domain.FluentList
-
Retrieve the first element.
- first() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- first(List<WebElement>) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Creates a proxy element matching the first element of the list.
- FirstElementLocator - Class in org.fluentlenium.core.proxy
-
ElementLocator
retrieving the first element from another locator.
- FirstElementLocator(ElementLocator) - Constructor for class org.fluentlenium.core.proxy.FirstElementLocator
-
Creates a new first element locator.
- FluentActions<T,E extends FluentWebElement> - Interface in org.fluentlenium.core.action
-
All actions that can be used on the list or on a web element.
- FluentAdapter - Class in org.fluentlenium.adapter
-
- FluentAdapter() - Constructor for class org.fluentlenium.adapter.FluentAdapter
-
Creates a new fluent adapter.
- FluentAdapter(FluentControlContainer) - Constructor for class org.fluentlenium.adapter.FluentAdapter
-
Creates a new fluent adapter, using given control interface container.
- FluentConditions - Interface in org.fluentlenium.core.conditions
-
Conditions API for elements.
- FluentConfiguration - Annotation Type in org.fluentlenium.configuration
-
Configure a FluentLenium test class with this annotation.
- FluentConfiguration.BooleanValue - Enum in org.fluentlenium.configuration
-
Boolean value used in annotation that can has a third DEFAULT value equivalent to null.
- FluentContainer - Interface in org.fluentlenium.core
-
- FluentControl - Interface in org.fluentlenium.core
-
Global control interface for FluentLenium.
- FluentControlContainer - Interface in org.fluentlenium.adapter
-
- FluentControlProvider - Interface in org.fluentlenium.core
-
Provides the FluentDriver for actual test.
- FluentDriver - Class in org.fluentlenium.core
-
Util Class which offers some shortcut to webdriver methods
- FluentDriver(WebDriver, Configuration, FluentControl) - Constructor for class org.fluentlenium.core.FluentDriver
-
Wrap the driver into a Fluent driver.
- FluentHook<T> - Interface in org.fluentlenium.core.hook
-
Hook interface.
- FluentInjectControl - Interface in org.fluentlenium.core.inject
-
Control interface for FluentLenium injection.
- FluentInjectException - Exception in org.fluentlenium.core.inject
-
Exception thrown when a Page can't be initialized.
- FluentInjectException(String) - Constructor for exception org.fluentlenium.core.inject.FluentInjectException
-
Creates a new fluent inject exception
- FluentInjectException(String, Throwable) - Constructor for exception org.fluentlenium.core.inject.FluentInjectException
-
Creates a new fluent inject exception
- FluentInjector - Class in org.fluentlenium.core.inject
-
Handle injection of element proxies, @Page objects and @FindBy.
- FluentInjector(FluentControl, EventsRegistry, ComponentsManager, ContainerInstanciator) - Constructor for class org.fluentlenium.core.inject.FluentInjector
-
Creates a new injector.
- FluentJavascript - Class in org.fluentlenium.core.script
-
Execute a script and map it's result.
- FluentJavascript(JavascriptExecutor, boolean, String, Object...) - Constructor for class org.fluentlenium.core.script.FluentJavascript
-
Creates a new fluent javascript.
- FluentJavascriptActions<T> - Interface in org.fluentlenium.core.action
-
Javascript actions that can be used on the list or on a web element.
- FluentJavascriptActionsImpl<T> - Class in org.fluentlenium.core.action
-
Javascript actions that can be used on the list or on a web element.
- FluentJavascriptActionsImpl(T, JavascriptControl, Supplier<FluentWebElement>) - Constructor for class org.fluentlenium.core.action.FluentJavascriptActionsImpl
-
Creates a new fluent javascript actions.
- FluentLabel<T> - Interface in org.fluentlenium.core.label
-
Apply label and label hints to element.
- FluentLabelImpl<T> - Class in org.fluentlenium.core.label
-
Apply label and label hints to element.
- FluentLabelImpl(T, Supplier<String>) - Constructor for class org.fluentlenium.core.label.FluentLabelImpl
-
Creates a new fluent label.
- FluentLabelProvider - Interface in org.fluentlenium.core.label
-
Provides label and label hints definitions.
- FluentList<E extends FluentWebElement> - Interface in org.fluentlenium.core.domain
-
- FluentListConditions - Interface in org.fluentlenium.core.conditions
-
Conditions API for list of elements.
- FluentListImpl<E extends FluentWebElement> - Class in org.fluentlenium.core.domain
-
Map the list to a FluentList in order to offers some events like click(), submit(), value() ...
- FluentListImpl(Class<E>, List<E>, FluentControl, ComponentInstantiator) - Constructor for class org.fluentlenium.core.domain.FluentListImpl
-
Creates a new fluent list.
- FluentPage - Class in org.fluentlenium.core
-
Use the Page Object Pattern to have more resilient tests.
- FluentPage() - Constructor for class org.fluentlenium.core.FluentPage
-
Creates a new fluent page.
- FluentPage(FluentControl) - Constructor for class org.fluentlenium.core.FluentPage
-
Creates a new fluent page, using given fluent control.
- FluentPageControl - Interface in org.fluentlenium.core
-
Control a Page Object.
- FluentProxyState<T> - Interface in org.fluentlenium.core.proxy
-
State of the element locator proxy.
- FluentStandalone - Class in org.fluentlenium.adapter
-
Create an instance of this class if you want to use FluentLenium as an automation framework only.
- FluentStandalone() - Constructor for class org.fluentlenium.adapter.FluentStandalone
-
- FluentStandaloneRunnable - Class in org.fluentlenium.adapter
-
- FluentStandaloneRunnable() - Constructor for class org.fluentlenium.adapter.FluentStandaloneRunnable
-
- FluentTargetLocator<T> - Interface in org.fluentlenium.core.switchto
-
Used to locate a given frame or window.
- FluentTargetLocatorImpl<T> - Class in org.fluentlenium.core.switchto
-
Fluent wrapper for WebDriver.TargetLocator
.
- FluentTargetLocatorImpl(T, ComponentInstantiator, WebDriver.TargetLocator) - Constructor for class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
Creates a new fluent target locator
- FluentTestRunnerAdapter - Class in org.fluentlenium.adapter
-
FluentLenium Test Runner Adapter.
- FluentTestRunnerAdapter() - Constructor for class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Creates a new test runner adapter.
- FluentTestRunnerAdapter(FluentControlContainer) - Constructor for class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Creates a test runner adapter, with a custom driver container.
- FluentTestRunnerAdapter(SharedMutator) - Constructor for class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Creates a test runner adapter, with a custom shared mutator.
- FluentTestRunnerAdapter(FluentControlContainer, SharedMutator) - Constructor for class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Creates a test runner adapter, with a customer driver container and a customer shared mutator.
- FluentWait - Class in org.fluentlenium.core.wait
-
A wait object wrapping default selenium FluentWait
object into a more
complete API, allowing to wait for any condition to be verified.
- FluentWait(FluentControl) - Constructor for class org.fluentlenium.core.wait.FluentWait
-
Creates a new fluent wait.
- FluentWaitConditions<T> - Interface in org.fluentlenium.core.wait
-
Conditions API for Fluent wait objects.
- FluentWaitConfiguration<T> - Interface in org.fluentlenium.core.wait
-
Configuration API of fluent wait object.
- FluentWaitElement - Class in org.fluentlenium.core.wait
-
A wait object wrapping default selenium FluentWait
object into a more
complete API, allowing to wait for any condition to be verified on an underlying element.
- FluentWaitElement(FluentWait, FluentWebElement) - Constructor for class org.fluentlenium.core.wait.FluentWaitElement
-
Creates a new fluent wait for a given element.
- FluentWaitElementList - Class in org.fluentlenium.core.wait
-
A wait object wrapping default selenium FluentWait
object into a more
complete API, allowing to wait for any condition to be verified on underlying elements.
- FluentWaitElementList(FluentWait, List<? extends FluentWebElement>) - Constructor for class org.fluentlenium.core.wait.FluentWaitElementList
-
Creates a new fluent wait for a given elements.
- FluentWaitFunctional<F> - Interface in org.fluentlenium.core.wait
-
Functional API of fluent wait.
- FluentWaitPageConditions - Class in org.fluentlenium.core.wait
-
Page wait conditions
- FluentWaitPageConditions(FluentWait, WebDriver) - Constructor for class org.fluentlenium.core.wait.FluentWaitPageConditions
-
Creates a new page wait conditions.
- FluentWaitPageConditions(FluentWait, WebDriver, FluentPage) - Constructor for class org.fluentlenium.core.wait.FluentWaitPageConditions
-
Creates a new page wait conditions.
- FluentWaitWindowConditions - Class in org.fluentlenium.core.wait
-
Window wait conditions.
- FluentWaitWindowConditions(FluentWait, String) - Constructor for class org.fluentlenium.core.wait.FluentWaitWindowConditions
-
Creates a new window wait conditions.
- FluentWebElement - Class in org.fluentlenium.core.domain
-
Wraps a Selenium WebElement
.
- FluentWebElement(WebElement, FluentControl, ComponentInstantiator) - Constructor for class org.fluentlenium.core.domain.FluentWebElement
-
Creates a new fluent web element.
- followings() - Method in class org.fluentlenium.core.axes.Axes
-
Find following elements.
- followingSiblings() - Method in class org.fluentlenium.core.axes.Axes
-
Find following sibling elements.
- frame() - Method in interface org.fluentlenium.core.action.FluentActions
-
Select a frame using this element.
- frame() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- frame() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- frame(int) - Method in interface org.fluentlenium.core.switchto.FluentTargetLocator
-
Select a frame by its (zero-based) index.
- frame(String) - Method in interface org.fluentlenium.core.switchto.FluentTargetLocator
-
Select a frame by its name or ID.
- frame(WebElement) - Method in interface org.fluentlenium.core.switchto.FluentTargetLocator
-
Select a frame using its previously located WebElement
.
- frame(FluentWebElement) - Method in interface org.fluentlenium.core.switchto.FluentTargetLocator
-
Select a frame using its previously located WebElement
.
- frame(int) - Method in class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
- frame(String) - Method in class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
- frame(WebElement) - Method in class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
- frame(FluentWebElement) - Method in class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
- fullscreen() - Method in class org.fluentlenium.core.action.WindowAction
-
FullScreen the current window.
- get(String) - Method in class org.fluentlenium.configuration.AbstractFactoryRegistryImpl
-
Get the factory registered under the given name.
- get(Field, Object) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Get the field value even if not accessible.
- get() - Method in class org.fluentlenium.utils.SupplierOfInstance
-
- getActualElements() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- getActualElements() - Method in interface org.fluentlenium.core.conditions.ListConditionsElements
-
Get the actual list of elements.
- getActualObject() - Method in class org.fluentlenium.core.conditions.AbstractObjectConditions
-
- getActualObject() - Method in class org.fluentlenium.core.conditions.BaseObjectListConditions
-
- getActualObject() - Method in interface org.fluentlenium.core.conditions.ConditionsObject
-
Get the actual object.
- getAdapterControl() - Method in class org.fluentlenium.core.inject.ContainerFluentControl
-
Get the underlying control from the test adapter.
- getAttribut() - Method in class org.fluentlenium.core.filter.AttributeFilter
-
Get the attribute name (lower case).
- getAwaitAtMost() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getAwaitAtMost() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getAwaitAtMost() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getAwaitAtMost() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
awaitAtMost
- getAwaitAtMost() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getAwaitAtMost() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getAwaitPollingEvery() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getAwaitPollingEvery() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getAwaitPollingEvery() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getAwaitPollingEvery() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
awaitPollingEvery
- getAwaitPollingEvery() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getAwaitPollingEvery() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getBaseUrl() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getBaseUrl() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getBaseUrl() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getBaseUrl() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
baseUrl
- getBaseUrl() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getBaseUrl() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getBooleanResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
- getCapabilities() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getCapabilities() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getCapabilities() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getCapabilities() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
capabilities
- getCapabilities() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getCapabilities() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getCapabilitiesClass() - Method in class org.fluentlenium.configuration.ReflectiveCapabilitiesFactory
-
Get the capabilities class
- getComponents(WebElement) - Method in interface org.fluentlenium.core.components.ComponentsAccessor
-
Get the related components from the given element.
- getComponents(WebElement) - Method in class org.fluentlenium.core.components.ComponentsManager
-
- getConfiguration() - Method in class org.fluentlenium.adapter.FluentAdapter
-
Get the test adapter configuration.
- getConfigurationDefaults() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getConfigurationDefaults() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getConfigurationDefaults() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getConfigurationDefaults() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
configurationDefaults
- getConfigurationDefaults() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getConfigurationDefaults() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getConfigurationFactory() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getConfigurationFactory() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getConfigurationFactory() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getConfigurationFactory(Class<?>) - Static method in class org.fluentlenium.configuration.ConfigurationFactoryProvider
-
Provides the configuration factory for a given container, base on configuration of this configuration.
- getConfigurationFactory() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
configurationFactory
- getConfigurationFactory() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getConfigurationFactory() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getConstructor(Class<T>, Object...) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Retrieve the constructor of a class for given argument values.
- getConstructor(Class<T>, Class<?>...) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Retrieve the constructor of a class for given argument types.
- getConstructorOptional(Class<T>, Class<?>...) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Retrieve the constructor of a class for given optional argument types.
- getConstructorOptional(int, Class<T>, Class<?>...) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Retrieve the constructor of a class for given optional argument types, considering mandatory values at the
beginning of the given types.
- getContainer() - Method in class org.fluentlenium.core.events.AbstractAnnotationListener
-
- getContainer() - Method in interface org.fluentlenium.core.events.ListenerContainer
-
Get the underlying container of this listener.
- getContainer() - Method in interface org.fluentlenium.core.inject.ContainerContext
-
Get the container related to this context.
- getContainer() - Method in class org.fluentlenium.core.inject.DefaultContainerContext
-
- getContainerClass() - Method in class org.fluentlenium.core.page.ClassAnnotations
-
Get the underlying container class
- getControlContainer() - Method in class org.fluentlenium.adapter.FluentAdapter
-
Get the control interface container
- getCookie(String) - Method in class org.fluentlenium.core.FluentDriver
-
- getCookie(String) - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
return the corresponding cookie given a name
- getCookies() - Method in class org.fluentlenium.core.FluentDriver
-
- getCookies() - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
return the cookies as a set
- getCssFilter() - Method in class org.fluentlenium.core.filter.AttributeFilter
-
- getCssFilter() - Method in class org.fluentlenium.core.filter.PredicateFilter
-
- getCssFilter() - Method in interface org.fluentlenium.core.search.SearchFilter
-
Get the CSS string used by CSS search time filtering.
- getCssRepresentation() - Method in enum org.fluentlenium.core.filter.matcher.MatcherType
-
Return the css representation of the matcher
- getCustomProperty(String) - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getCustomProperty(String) - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getCustomProperty(String) - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getCustomProperty(String) - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
Get custom property value.
- getCustomProperty(String) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getCustomProperty(String) - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getDeclaredMethodsWithAnnotation(Object, Class<? extends Annotation>) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Get declared methods that have the given annotation defined.
- getDeclaredMethodsWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Retrieve declared methods marked with given annotation.
- getDefault() - Method in class org.fluentlenium.configuration.AbstractFactoryRegistryImpl
-
Get the default factory.
- getDefault(List<T>) - Method in class org.fluentlenium.configuration.AbstractFactoryRegistryImpl
-
Get the default factory from given list of available factories.
- getDefault(List<CapabilitiesFactory>) - Method in class org.fluentlenium.configuration.CapabilitiesRegistryImpl
-
- getDefault(List<WebDriverFactory>) - Method in class org.fluentlenium.configuration.WebDriversRegistryImpl
-
- getDefault(Class<T>) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Get default value for given type.
- getDeleteCookies() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getDeleteCookies() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getDeleteCookies() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getDeleteCookies() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
deleteCookies
- getDeleteCookies() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getDeleteCookies() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getDoubleResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
Retrieve the result as a
Double
.
- getDriver() - Method in class org.fluentlenium.adapter.FluentAdapter
-
- getDriver() - Method in class org.fluentlenium.adapter.SharedWebDriver
-
Get the underlying driver.
- getDriver() - Method in class org.fluentlenium.core.FluentDriver
-
- getDriver() - Method in interface org.fluentlenium.core.SeleniumDriverControl
-
Get the actual underlying Selenium WebDriver.
- getDriverLifecycle() - Method in class org.fluentlenium.adapter.SharedMutator.EffectiveParameters
-
Get the driver lifecycle
- getDriverLifecycle() - Method in class org.fluentlenium.adapter.SharedWebDriver
-
Get the driver lifecycle of this shared driver.
- getDriverLifecycle() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getDriverLifecycle() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getDriverLifecycle() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getDriverLifecycle() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
driverLifecycle
- getDriverLifecycle() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getDriverLifecycle() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getEffectiveParameters(Class<T>, String, ConfigurationProperties.DriverLifecycle) - Method in class org.fluentlenium.adapter.DefaultSharedMutator
-
- getEffectiveParameters(Class<T>, String, ConfigurationProperties.DriverLifecycle) - Method in interface org.fluentlenium.adapter.SharedMutator
-
- getElement() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the webElement
- getElement() - Method in class org.fluentlenium.core.hook.BaseHook
-
Get the underlying element of the hook.
- getElement() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Get the underlying element.
- getElement() - Method in class org.fluentlenium.core.proxy.ComponentHandler
-
- getElement() - Method in class org.fluentlenium.core.proxy.ListHandler
-
- getElementLocator() - Method in class org.fluentlenium.core.hook.BaseHook
-
Get the underlying element locator of the hook.
- getElements() - Method in class org.fluentlenium.core.action.BaseFill
-
Get elements to fill
- getElements() - Method in class org.fluentlenium.core.action.FillSelect
-
- getElements() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
Get the underlying list of elements
- getEventsEnabled() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getEventsEnabled() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getEventsEnabled() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getEventsEnabled() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
eventsEnabled
- getEventsEnabled() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getEventsEnabled() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getFirstGenericType(Field) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Retrieve the first generic type of the field type.
- getFluentControl() - Method in class org.fluentlenium.adapter.DefaultFluentControlContainer
-
- getFluentControl() - Method in class org.fluentlenium.adapter.ThreadLocalFluentControlContainer
-
- getFluentControl() - Method in interface org.fluentlenium.core.FluentControlProvider
-
- getFluentWebElement() - Method in class org.fluentlenium.core.hook.BaseFluentHook
-
Get the underlying element as a FluentWebElement.
- getGlobalConfiguration() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getHookDefinitions() - Method in class org.fluentlenium.core.hook.HookControlImpl
-
Get hook definitions.
- getHookDefinitions() - Method in interface org.fluentlenium.core.inject.ContainerContext
-
Get the list of hook definitions attached to this context.
- getHookDefinitions() - Method in class org.fluentlenium.core.inject.DefaultContainerContext
-
- getHookLocator() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- getHookLocator() - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Retrieve the element locator used by this proxy, with hooks applied.
- getHookRestoreStack() - Method in class org.fluentlenium.core.hook.HookControlImpl
-
Get hook restore stack.
- getHtmlDumpMode() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getHtmlDumpMode() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getHtmlDumpMode() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getHtmlDumpMode() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
htmlDumpMode
- getHtmlDumpMode() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getHtmlDumpMode() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getHtmlDumpPath() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getHtmlDumpPath() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getHtmlDumpPath() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getHtmlDumpPath() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
htmlDumpPath
- getHtmlDumpPath() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getHtmlDumpPath() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getImplicitlyWait() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getImplicitlyWait() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getImplicitlyWait() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getImplicitlyWait() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
implicitlyWait
- getImplicitlyWait() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getImplicitlyWait() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getInstantiator() - Method in class org.fluentlenium.core.components.ComponentsManager
-
Get the component instantiator used by this components manager.
- getInstantiator() - Method in class org.fluentlenium.core.hook.BaseHook
-
Get the component instantiator.
- getInvocationTarget(Method) - Method in class org.fluentlenium.core.proxy.ComponentHandler
-
- getInvocationTarget(Method) - Method in class org.fluentlenium.core.proxy.ListHandler
-
- getInvocationTarget(Method) - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Retrieve the invocation target of this proxy handler.
- getLabel() - Method in enum org.fluentlenium.core.filter.matcher.MatcherType
-
Get the label of this matcher type
- getLabel() - Method in class org.fluentlenium.core.inject.InjectionAnnotations
-
- getLabel() - Method in class org.fluentlenium.core.inject.LabelAnnotations
-
- getLabel() - Method in class org.fluentlenium.core.label.FluentLabelImpl
-
Get the defined label.
- getLabel() - Method in interface org.fluentlenium.core.label.FluentLabelProvider
-
Get defined definition.
- getLabelHints() - Method in class org.fluentlenium.core.inject.InjectionAnnotations
-
- getLabelHints() - Method in class org.fluentlenium.core.inject.LabelAnnotations
-
- getLabelHints() - Method in class org.fluentlenium.core.label.FluentLabelImpl
-
Get the defined label hints.
- getLabelHints() - Method in interface org.fluentlenium.core.label.FluentLabelProvider
-
Get defined label hints.
- getLazyToString() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Get string representation of not already found element.
- getLazyToString() - Method in class org.fluentlenium.core.proxy.ListHandler
-
- getListResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
Retrieve the result as a
List
.
- getListResult(Class<T>) - Method in class org.fluentlenium.core.script.FluentJavascript
-
Retrieve the result as a typed
List
- getLocator() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- getLocator() - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Retrieve the element locator used by this proxy, without any hook applied.
- getLocatorHandler(Object) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Get the proxy locator handler.
- getLocatorResult() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Get the actual result of the locator, if result is not defined and not stale.
- getLocatorResult() - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Get the result retrieved by the element locator, without any hook applied.
- getLocatorResult(T) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Get the underlying result of a proxy, through locator handler.
- getLocatorResultImpl() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Get the actual result of the locator.
- getLocatorResultImpl() - Method in class org.fluentlenium.core.proxy.ComponentHandler
-
- getLocatorResultImpl() - Method in class org.fluentlenium.core.proxy.ListHandler
-
- getLongResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
Retrieve the result as a
Long
.
- getMatcher() - Method in class org.fluentlenium.core.filter.AttributeFilter
-
Get the matcher of this filter
- getMatcherSymbol() - Method in class org.fluentlenium.core.filter.matcher.AbstractMatcher
-
Return the matcher symbol
- getMatcherType() - Method in class org.fluentlenium.core.filter.matcher.AbstractMatcher
-
Return the matcher type
- getMatcherType() - Method in class org.fluentlenium.core.filter.matcher.ContainsMatcher
-
- getMatcherType() - Method in class org.fluentlenium.core.filter.matcher.ContainsWordMatcher
-
- getMatcherType() - Method in class org.fluentlenium.core.filter.matcher.EndsWithMatcher
-
- getMatcherType() - Method in class org.fluentlenium.core.filter.matcher.EqualMatcher
-
- getMatcherType() - Method in class org.fluentlenium.core.filter.matcher.NotContainsMatcher
-
- getMatcherType() - Method in class org.fluentlenium.core.filter.matcher.NotEndsWithMatcher
-
- getMatcherType() - Method in class org.fluentlenium.core.filter.matcher.NotStartsWithMatcher
-
- getMatcherType() - Method in class org.fluentlenium.core.filter.matcher.StartsWithMatcher
-
- getMessageContext() - Method in class org.fluentlenium.core.proxy.ComponentHandler
-
- getMessageContext() - Method in class org.fluentlenium.core.proxy.ListHandler
-
- getMessageContext() - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Retrieve the message context from this proxy locator.
- getMessageContext(Object) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Get the message context of given proxy.
- getMethod(Class<?>, String, Class...) - Static method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Get declared method.
- getNames() - Method in interface org.fluentlenium.configuration.FactoryNames
-
Get the factory names.
- getNames() - Method in class org.fluentlenium.configuration.MethodInvocationReflectionFactory
-
- getNames() - Method in class org.fluentlenium.configuration.ReflectiveCapabilitiesFactory
-
- getNames() - Method in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
- getOptions() - Method in class org.fluentlenium.core.hook.BaseHook
-
- getOptions() - Method in interface org.fluentlenium.core.hook.FluentHook
-
Get the options of the hook.
- getPageLoadTimeout() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getPageLoadTimeout() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getPageLoadTimeout() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getPageLoadTimeout() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
pageLoadTimeout
- getPageLoadTimeout() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getPageLoadTimeout() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getParameters() - Method in class org.fluentlenium.core.url.UrlTemplate
-
Get all declared parameter parameters of this template.
- getParent() - Method in interface org.fluentlenium.core.inject.ContainerContext
-
Get the parent context.
- getParent() - Method in class org.fluentlenium.core.inject.DefaultContainerContext
-
- getPattern() - Method in class org.fluentlenium.core.filter.matcher.AbstractMatcher
-
return the pattern
- getPosition() - Method in class org.fluentlenium.core.action.WindowAction
-
Gets the current window position.
- getPriority() - Method in class org.fluentlenium.core.events.AbstractAnnotationListener
-
- getPriority() - Method in interface org.fluentlenium.core.events.ListenerPriority
-
Get the priority of this listener.
- getPriority(Object) - Method in class org.fluentlenium.core.events.ListenerPriorityComparator
-
Get the priority of the object.
- getPropertiesInputStream() - Method in class org.fluentlenium.configuration.DefaultConfigurationFactory
-
Get inputstream containing fluentlenium properties.
- getProperty(String) - Method in class org.fluentlenium.configuration.DefaultPropertiesBackend
-
- getProperty(String) - Method in class org.fluentlenium.configuration.EnvironmentVariablesBackend
-
- getProperty(String) - Method in interface org.fluentlenium.configuration.PropertiesBackend
-
Get the property value.
- getProperty(String) - Method in class org.fluentlenium.configuration.SystemPropertiesBackend
-
- getPropertyImpl(String) - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
Get the property value used by underlying property storage.
- getRemoteUrl() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getRemoteUrl() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getRemoteUrl() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getRemoteUrl() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
remoteUrl
- getRemoteUrl() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getRemoteUrl() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
Retrieve the result of the script execution.
- getScreenshotMode() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getScreenshotMode() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getScreenshotMode() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getScreenshotMode() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
screenshotMode
- getScreenshotMode() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getScreenshotMode() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getScreenshotPath() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getScreenshotPath() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getScreenshotPath() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getScreenshotPath() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
screenshotPath
- getScreenshotPath() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getScreenshotPath() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getScriptTimeout() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getScriptTimeout() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getScriptTimeout() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getScriptTimeout() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
scriptTimeout
- getScriptTimeout() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getScriptTimeout() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getSearchContext() - Method in interface org.fluentlenium.core.inject.ContainerContext
-
Get the search context of this container context.
- getSearchContext() - Method in class org.fluentlenium.core.inject.DefaultContainerContext
-
- getSize() - Method in class org.fluentlenium.core.action.WindowAction
-
Gets the current window size.
- getStringResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
Retrieve the result as a
String
.
- getTestClass() - Method in class org.fluentlenium.adapter.SharedMutator.EffectiveParameters
-
Get the test class
- getTestClass() - Method in class org.fluentlenium.adapter.SharedWebDriver
-
Get the test class.
- getTestName() - Method in class org.fluentlenium.adapter.SharedMutator.EffectiveParameters
-
Get the test name
- getTestName() - Method in class org.fluentlenium.adapter.SharedWebDriver
-
Get the test name.
- getUrl() - Method in class org.fluentlenium.core.FluentPage
-
- getUrl(Object...) - Method in class org.fluentlenium.core.FluentPage
-
- getUrl() - Method in interface org.fluentlenium.core.FluentPageControl
-
URL of the page
It can contains mandatory parameters {param}
and optional parameters {param1}
- getUrl(Object...) - Method in interface org.fluentlenium.core.FluentPageControl
-
URL of the page, after replacing parameters with given values.
- getValue() - Method in class org.fluentlenium.core.filter.matcher.AbstractMatcher
-
return the given value
- getWait() - Method in class org.fluentlenium.core.wait.FluentWait
-
- getWait() - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Get the underlying selenium wait object
- getWait() - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- getWait() - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- getWebDriver() - Method in class org.fluentlenium.configuration.AnnotationConfiguration
-
- getWebDriver() - Method in class org.fluentlenium.configuration.ComposedConfiguration
-
- getWebDriver() - Method in class org.fluentlenium.configuration.ConfigurationDefaults
-
- getWebDriver() - Method in interface org.fluentlenium.configuration.ConfigurationProperties
-
webDriver
- getWebDriver() - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- getWebDriver() - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
- getWebDriverClass() - Method in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
Get web driver class.
- getWindow() - Method in class org.fluentlenium.core.action.WindowAction
-
Gets the current window object.
- getWrappedDriver() - Method in class org.fluentlenium.adapter.SharedWebDriver
-
- getWrappedDriver() - Method in class org.fluentlenium.core.events.EventsRegistry
-
- getWrappedElement() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- getWrappedElement() - Method in class org.fluentlenium.core.hook.BaseHook
-
- getWrappedElement() - Method in class org.fluentlenium.core.proxy.ElementInstanceLocator
-
- getWrappedElements() - Method in class org.fluentlenium.core.components.LazyComponentList
-
- getWrappedElements() - Method in class org.fluentlenium.core.domain.ComponentList
-
- getWrappedElements() - Method in interface org.fluentlenium.core.domain.WrapsElements
-
Get the wrapped elements
- getWrappedElements() - Method in class org.fluentlenium.core.proxy.ElementListInstanceLocator
-
- go() - Method in class org.fluentlenium.core.FluentPage
-
- go(Object...) - Method in class org.fluentlenium.core.FluentPage
-
- go() - Method in interface org.fluentlenium.core.FluentPageControl
-
Go to the url defined in the page
- go(Object...) - Method in interface org.fluentlenium.core.FluentPageControl
-
Got to the url defined in the page, using given parameters.
- goTo(P) - Method in class org.fluentlenium.core.FluentDriver
-
- goTo(String) - Method in class org.fluentlenium.core.FluentDriver
-
- goTo(P) - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
Open the page, using the url defined in the page
- goTo(String) - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
Open the url page
- goToInNewTab(String) - Method in class org.fluentlenium.core.FluentDriver
-
- goToInNewTab(String) - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
Open the url page in a new tab
- greaterThan(int) - Method in interface org.fluentlenium.core.conditions.IntegerConditions
-
Check that this is greater than given value
- greaterThan(int) - Method in class org.fluentlenium.core.conditions.IntegerConditionsImpl
-
- greaterThan(int) - Method in class org.fluentlenium.core.conditions.IntegerListConditionsImpl
-
- greaterThanOrEqualTo(int) - Method in interface org.fluentlenium.core.conditions.IntegerConditions
-
Check that this is greater than or equal given value
- greaterThanOrEqualTo(int) - Method in class org.fluentlenium.core.conditions.IntegerConditionsImpl
-
- greaterThanOrEqualTo(int) - Method in class org.fluentlenium.core.conditions.IntegerListConditionsImpl
-
- id(String) - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- id() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- id() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check conditions on this element id.
- id(String) - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that this element has the given id.
- id(String) - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- id() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- id() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the id of the first element on the list
- id() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- id() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the id of the elements
- ids() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the id of elements on the list
- ids() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- ignoreAll(Collection<Class<? extends Throwable>>) - Method in class org.fluentlenium.core.wait.FluentWait
-
- ignoreAll(Collection<Class<? extends Throwable>>) - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Add given exceptions to ignore list to avoid breaking the wait when they occurs in the underlying condition evaluation.
- ignoreAll(Collection<Class<? extends Throwable>>) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- ignoreAll(Collection<Class<? extends Throwable>>) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- ignoring(Class<? extends RuntimeException>) - Method in class org.fluentlenium.core.wait.FluentWait
-
- ignoring(Class<? extends RuntimeException>, Class<? extends RuntimeException>) - Method in class org.fluentlenium.core.wait.FluentWait
-
- ignoring(Class<? extends RuntimeException>) - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Add given exception to ignore list to avoid breaking the wait when they occurs in the underlying condition evaluation.
- ignoring(Class<? extends RuntimeException>, Class<? extends RuntimeException>) - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Add given exceptions to ignore list to avoid breaking the wait when they occurs in the underlying condition evaluation.
- ignoring(Class<? extends RuntimeException>) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- ignoring(Class<? extends RuntimeException>, Class<? extends RuntimeException>) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- ignoring(Class<? extends RuntimeException>) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- ignoring(Class<? extends RuntimeException>, Class<? extends RuntimeException>) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- index(int) - Method in interface org.fluentlenium.core.domain.FluentList
-
Retrieve an element at given index.
- index(int) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- index(List<WebElement>, int) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Creates a proxy element matching the n-th element of the list.
- IndexIgnore - Annotation Type in org.fluentlenium.configuration
-
Classes marked with this annotation will be ignored by automatic registration in
Factory
- init() - Method in class org.fluentlenium.adapter.FluentStandalone
-
Initialize Fluent WebDriver.
- initFluent(WebDriver) - Method in class org.fluentlenium.adapter.FluentAdapter
-
Load a WebDriver
into this adapter.
- initFluent(FluentControl) - Method in class org.fluentlenium.core.DefaultFluentContainer
-
- initFluent(FluentControl) - Method in interface org.fluentlenium.core.FluentContainer
-
- inject(String) - Method in interface org.fluentlenium.core.css.CssSupport
-
Inject CSS into active page.
- inject(String) - Method in class org.fluentlenium.core.css.CssSupportImpl
-
- inject(Object) - Method in interface org.fluentlenium.core.inject.FluentInjectControl
-
Inject object with FluentLenium resources.
- inject(Object...) - Method in interface org.fluentlenium.core.inject.FluentInjectControl
-
Inject array of object with FluentLenium resources.
- inject(Object...) - Method in class org.fluentlenium.core.inject.FluentInjector
-
- inject(Object) - Method in class org.fluentlenium.core.inject.FluentInjector
-
- InjectionAnnotations - Class in org.fluentlenium.core.inject
-
Inspired by Annotations
, but also supports annotations defined on
return type class.
- InjectionAnnotations(Field) - Constructor for class org.fluentlenium.core.inject.InjectionAnnotations
-
Creates a new injection annotations object
- InjectionElementLocator - Class in org.fluentlenium.core.inject
-
The injection element locator, which will lazily locate an element or an element list on a page.
- InjectionElementLocator(SearchContext, InjectionAnnotations, boolean) - Constructor for class org.fluentlenium.core.inject.InjectionElementLocator
-
Use this constructor in order to process custom annotaions.
- InjectionElementLocatorFactory - Class in org.fluentlenium.core.inject
-
- InjectionElementLocatorFactory(SearchContext) - Constructor for class org.fluentlenium.core.inject.InjectionElementLocatorFactory
-
Creates a new factory
- injectResource(String) - Method in interface org.fluentlenium.core.css.CssSupport
-
Inject CSS classpath resource into active page.
- injectResource(String) - Method in class org.fluentlenium.core.css.CssSupportImpl
-
- InputControl - Interface in org.fluentlenium.core.action
-
Access interface for input controls.
- instantiator - Variable in class org.fluentlenium.core.domain.Component
-
- instantiator - Variable in class org.fluentlenium.core.domain.ComponentList
-
- IntegerConditions - Interface in org.fluentlenium.core.conditions
-
Conditions API for Integer.
- IntegerConditionsImpl - Class in org.fluentlenium.core.conditions
-
Conditions for integer
- IntegerConditionsImpl(Integer) - Constructor for class org.fluentlenium.core.conditions.IntegerConditionsImpl
-
Creates a new conditions object on integer.
- IntegerConditionsImpl(Integer, boolean) - Constructor for class org.fluentlenium.core.conditions.IntegerConditionsImpl
-
Creates a new conditions object on integer.
- IntegerListConditionsImpl - Class in org.fluentlenium.core.conditions
-
Conditions for list of integers.
- IntegerListConditionsImpl(Conditions<FluentWebElement>, Function<FluentWebElement, Integer>, Function<FluentWebElement, IntegerConditions>) - Constructor for class org.fluentlenium.core.conditions.IntegerListConditionsImpl
-
Creates a new list conditions
- IntegerListConditionsImpl(Conditions<FluentWebElement>, Function<FluentWebElement, Integer>) - Constructor for class org.fluentlenium.core.conditions.IntegerListConditionsImpl
-
Creates a new list conditions, with default integer condition implementation
- InternetExplorerWebDriverFactory() - Constructor for class org.fluentlenium.configuration.DefaultWebDriverFactories.InternetExplorerWebDriverFactory
-
Creates a new internet explorer WebDriver factory.
- invoke(Object, Method, Object[]) - Method in class org.fluentlenium.core.conditions.message.MessageBuilderInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.fluentlenium.core.conditions.wait.WaitConditionInvocationHandler
-
- invoke(Object, Method, Object[]) - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- invoke(Object, Method, Object[]) - Method in class org.fluentlenium.core.proxy.ComponentHandler
-
- invoke(Object, Method, Object[]) - Method in class org.fluentlenium.core.proxy.ListHandler
-
- invoke(Method, Object, Object...) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Invoke the method event if not accessible.
- isAt() - Method in class org.fluentlenium.core.FluentPage
-
- isAt() - Method in interface org.fluentlenium.core.FluentPageControl
-
Check if the browser is on this page.
- isAt() - Method in class org.fluentlenium.core.wait.FluentWaitPageConditions
-
Check if browser is on the page.
- isAtUsingSelector(By) - Method in class org.fluentlenium.core.FluentPage
-
Selector matching implementation for isAt().
- isAtUsingUrl(String) - Method in class org.fluentlenium.core.FluentPage
-
URL matching implementation for isAt().
- isAvailable() - Method in class org.fluentlenium.configuration.ReflectiveCapabilitiesFactory
-
- isAvailable() - Method in interface org.fluentlenium.configuration.ReflectiveFactory
-
Check if the class instantiated by this factory is available.
- isAvailable() - Method in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
- isBooleanResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
- isComponentClass(Class<?>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Check if this class is a component class.
- isComponentClass(Class<?>) - Method in class org.fluentlenium.core.components.ComponentsManager
-
- isComponentClass(Class<?>) - Method in class org.fluentlenium.core.components.DefaultComponentInstantiator
-
- isComponentListClass(Class<? extends List<?>>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Check if this class is a component list class.
- isComponentListClass(Class<? extends List<?>>) - Method in class org.fluentlenium.core.components.ComponentsManager
-
- isComponentListClass(Class<? extends List<?>>) - Method in class org.fluentlenium.core.components.DefaultComponentInstantiator
-
- isCssFilterSupported() - Method in class org.fluentlenium.core.filter.AttributeFilter
-
- isCssFilterSupported() - Method in class org.fluentlenium.core.filter.matcher.AbstractMatcher
-
Does this matcher supports CSS filtering.
- isCssFilterSupported() - Method in class org.fluentlenium.core.filter.PredicateFilter
-
- isCssFilterSupported() - Method in interface org.fluentlenium.core.search.SearchFilter
-
Does this filter support filtering at search time with CSS selector.
- isDoubleResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
Check if the result is a
Double
.
- isLazy() - Method in class org.fluentlenium.core.components.LazyComponentList
-
- isLazy() - Method in interface org.fluentlenium.core.components.LazyComponents
-
Get the lazyness of this object.
- isLazy() - Method in class org.fluentlenium.core.domain.NotLazyComponents
-
- isLazyInitialized() - Method in class org.fluentlenium.core.components.LazyComponentList
-
- isLazyInitialized() - Method in interface org.fluentlenium.core.components.LazyComponents
-
Check if the underlying lazy components are initialized.
- isLazyInitialized() - Method in class org.fluentlenium.core.domain.NotLazyComponents
-
- isListResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
Check if the result is a
List
.
- isLoaded() - Method in class org.fluentlenium.core.wait.FluentWaitPageConditions
-
Check if the current browser page is loaded.
- isLongResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
Check if the result is a
Long
.
- isLookupCached() - Method in class org.fluentlenium.core.inject.InjectionAnnotations
-
- isLookupCached() - Method in class org.fluentlenium.core.page.ClassAnnotations
-
- isNegation() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
Is this conditions list negated ?
- IsolatedTest - Class in org.fluentlenium.adapter
-
- IsolatedTest() - Constructor for class org.fluentlenium.adapter.IsolatedTest
-
Deprecated.
Creates a new isolated test.
- isSatisfiedBy(String) - Method in class org.fluentlenium.core.filter.matcher.AbstractMatcher
-
Check if the matcher is matched given the value
- isSatisfiedBy(String) - Method in class org.fluentlenium.core.filter.matcher.ContainsMatcher
-
- isSatisfiedBy(String) - Method in class org.fluentlenium.core.filter.matcher.ContainsWordMatcher
-
- isSatisfiedBy(String) - Method in class org.fluentlenium.core.filter.matcher.EndsWithMatcher
-
- isSatisfiedBy(String) - Method in class org.fluentlenium.core.filter.matcher.EqualMatcher
-
- isSatisfiedBy(String) - Method in class org.fluentlenium.core.filter.matcher.NotContainsMatcher
-
- isSatisfiedBy(String) - Method in class org.fluentlenium.core.filter.matcher.NotEndsWithMatcher
-
- isSatisfiedBy(String) - Method in class org.fluentlenium.core.filter.matcher.NotStartsWithMatcher
-
- isSatisfiedBy(String) - Method in class org.fluentlenium.core.filter.matcher.StartsWithMatcher
-
- isStale() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Get the stale status of the element.
- isStale() - Method in class org.fluentlenium.core.proxy.ComponentHandler
-
- isStale() - Method in class org.fluentlenium.core.proxy.ListHandler
-
- isStringResult() - Method in class org.fluentlenium.core.script.FluentJavascript
-
Check if the result is a
String
.
- MatcherConstructor - Class in org.fluentlenium.core.filter
-
Matcher constructors.
- MatcherType - Enum in org.fluentlenium.core.filter.matcher
-
Matcher types actually actually supported by the framework.
- matches(String) - Method in interface org.fluentlenium.core.conditions.StringConditions
-
Check that this matches the given regular expression string.
- matches(Pattern) - Method in interface org.fluentlenium.core.conditions.StringConditions
-
Check that this matches the given regular expression pattern.
- matches(String) - Method in class org.fluentlenium.core.conditions.StringConditionsImpl
-
- matches(Pattern) - Method in class org.fluentlenium.core.conditions.StringConditionsImpl
-
- matches(String) - Method in class org.fluentlenium.core.conditions.StringListConditionsImpl
-
- matches(Pattern) - Method in class org.fluentlenium.core.conditions.StringListConditionsImpl
-
- matches() - Method in class org.fluentlenium.core.url.ParsedUrlTemplate
-
Does it match the template.
- maximize() - Method in class org.fluentlenium.core.action.WindowAction
-
Maximize the current window.
- Message - Annotation Type in org.fluentlenium.core.conditions.message
-
Message to generate.
- message(Object) - Static method in class org.fluentlenium.core.conditions.message.MessageProxy
-
Build the message from a proxy
- messageBuilder() - Method in class org.fluentlenium.core.conditions.wait.WaitConditionInvocationHandler
-
Builds a message builder proxy.
- messageBuilder(boolean) - Method in class org.fluentlenium.core.conditions.wait.WaitConditionInvocationHandler
-
Builds a message builder proxy.
- MessageBuilderCall - Class in org.fluentlenium.core.conditions.message
-
- MessageBuilderCall() - Constructor for class org.fluentlenium.core.conditions.message.MessageBuilderCall
-
- MessageBuilderInvocationHandler - Class in org.fluentlenium.core.conditions.message
-
Invocation handler that builds message based on called performed.
- MessageBuilderInvocationHandler(String) - Constructor for class org.fluentlenium.core.conditions.message.MessageBuilderInvocationHandler
-
Creates a new message builder invocation handler.
- MessageBuilderInvocationHandler(String, Object) - Constructor for class org.fluentlenium.core.conditions.message.MessageBuilderInvocationHandler
-
Creates a new message builder invocation handler.
- MessageBuilderInvocationHandler(List<MessageBuilderCall>) - Constructor for class org.fluentlenium.core.conditions.message.MessageBuilderInvocationHandler
-
Creates a new message builder invocation handler, with initial calls.
- MessageContext - Annotation Type in org.fluentlenium.core.conditions.message
-
Message context to append.
- messageCustomizer() - Method in class org.fluentlenium.core.conditions.wait.WaitConditionInvocationHandler
-
Build the final message from default message.
- messageCustomizer() - Method in class org.fluentlenium.core.wait.BaseWaitConditions
-
Build the final message from default message.
- MessageProxy - Class in org.fluentlenium.core.conditions.message
-
Provides message proxy implementations of interface that records calls to build message from methods annotated with
Message
,
NotMessage
and
MessageContext
.
- MethodInvocationReflectionFactory - Class in org.fluentlenium.configuration
-
- MethodInvocationReflectionFactory(Method, Object, Object...) - Constructor for class org.fluentlenium.configuration.MethodInvocationReflectionFactory
-
Creates a new method invocation reflection factory.
- mouse() - Method in interface org.fluentlenium.core.action.InputControl
-
Execute mouse actions
- mouse() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Execute mouse actions on the element
- mouse() - Method in class org.fluentlenium.core.FluentDriver
-
- MouseActions - Class in org.fluentlenium.core.action
-
Execute actions with the mouse.
- MouseActions(WebDriver) - Constructor for class org.fluentlenium.core.action.MouseActions
-
Creates a new mouse actions.
- MouseActions(Keyboard, Mouse) - Constructor for class org.fluentlenium.core.action.MouseActions
-
Creates a new mouse actions.
- MouseElementActions - Class in org.fluentlenium.core.action
-
Element specific mouse control interface.
- MouseElementActions(WebDriver, WebElement) - Constructor for class org.fluentlenium.core.action.MouseElementActions
-
Creates a new mouse element actions.
- MouseElementActions(Keyboard, Mouse, WebElement) - Constructor for class org.fluentlenium.core.action.MouseElementActions
-
Creates a new mouse element actions.
- moveToElement() - Method in class org.fluentlenium.core.action.MouseElementActions
-
Moves the mouse to the middle of the element.
- moveToElement(int, int) - Method in class org.fluentlenium.core.action.MouseElementActions
-
Moves the mouse to an offset from the top-left corner of the element.
- name - Variable in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
- name() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- name(String) - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- name() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check conditions on this element name.
- name(String) - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that this element has the given name
- name(String) - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- name() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- name() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the name of the first element on the list
- name() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- name() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the name of the element
- names() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the name of elements on the list
- names() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- NavigateAllListener - Interface in org.fluentlenium.core.events
-
Listener interface for Navigate events
- NavigateAllListener.Direction - Enum in org.fluentlenium.core.events
-
Direction of the navigation
- NavigateListener - Interface in org.fluentlenium.core.events
-
Listener interface for Navigate events
- NavigateToListener - Interface in org.fluentlenium.core.events
-
Listener interface for NavigateTo events
- NavigationControl - Interface in org.fluentlenium.core.navigation
-
Control interface for navigation.
- negation - Variable in class org.fluentlenium.core.conditions.AbstractObjectConditions
-
- Negation - Annotation Type in org.fluentlenium.core.conditions
-
Marker annotation for negation of this object.
- newCapabilities(ConfigurationProperties) - Method in interface org.fluentlenium.configuration.CapabilitiesFactory
-
- newCapabilities(String, ConfigurationProperties) - Method in class org.fluentlenium.configuration.CapabilitiesRegistryImpl
-
- newCapabilities(ConfigurationProperties) - Method in class org.fluentlenium.configuration.MethodInvocationReflectionFactory
-
- newCapabilities(ConfigurationProperties) - Method in class org.fluentlenium.configuration.ReflectiveCapabilitiesFactory
-
- newComponent(Class<T>, WebElement) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new component from the given element.
- newComponent(Class<T>, WebElement) - Method in class org.fluentlenium.core.components.ComponentsManager
-
- newComponent(Class<T>, WebElement) - Method in class org.fluentlenium.core.components.DefaultComponentInstantiator
-
- newComponentList(Class<L>, Class<T>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newComponentList(Class<T>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newComponentList(Class<T>, T...) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newComponentList(Class<T>, List<T>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newComponentList(Class<L>, Class<T>, T...) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newComponentList(Class<T>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register an empty list of component.
- newComponentList(Class<T>, T...) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given component list.
- newComponentList(Class<T>, List<T>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given component list.
- newComponentList(Class<L>, Class<T>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register an empty list of component.
- newComponentList(Class<L>, Class<T>, T...) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given component list.
- newComponentList(Class<L>, Class<T>, List<T>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new list of component from the given component list.
- newComponentList(Class<L>, Class<T>, List<T>) - Method in class org.fluentlenium.core.components.ComponentsManager
-
- newComponentList(Class<L>, Class<T>, List<T>) - Method in class org.fluentlenium.core.components.DefaultComponentInstantiator
-
- newConfiguration(Class<?>, ConfigurationProperties) - Method in interface org.fluentlenium.configuration.ConfigurationFactory
-
Creates a new configuration from a container class.
- newConfiguration(Class<?>) - Static method in class org.fluentlenium.configuration.ConfigurationFactoryProvider
-
Creates a new configuration for a given container, using configuration factory from this provider.
- newConfiguration(Class<?>, ConfigurationProperties) - Method in class org.fluentlenium.configuration.DefaultConfigurationFactory
-
- newDefaultCapabilities() - Method in class org.fluentlenium.configuration.DefaultWebDriverFactories.HtmlUnitWebDriverFactory
-
- newDefaultCapabilities() - Method in class org.fluentlenium.configuration.ReflectiveCapabilitiesFactory
-
Creates default capabilities.
- newDefaultCapabilities() - Method in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
Creates new default capabilities.
- newFluent(WebElement) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newFluent(WebElement) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
Create and register a new fluent element from the given element.
- newFluentList() - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newFluentList(FluentWebElement...) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newFluentList(List<FluentWebElement>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newFluentList(Class<T>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newFluentList(Class<T>, T...) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newFluentList(Class<T>, List<T>) - Method in class org.fluentlenium.core.components.AbstractComponentInstantiator
-
- newFluentList() - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register an empty fluent list.
- newFluentList(FluentWebElement...) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- newFluentList(List<FluentWebElement>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- newFluentList(Class<T>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register an empty fluent list.
- newFluentList(Class<T>, T...) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- newFluentList(Class<T>, List<T>) - Method in interface org.fluentlenium.core.components.ComponentInstantiator
-
create and register a new fluent list.
- newInstance(Class<? extends WebDriver>, ConfigurationProperties, Object...) - Method in class org.fluentlenium.configuration.DefaultWebDriverFactories.RemoteWebDriverFactory
-
- newInstance(Class<? extends WebDriver>, ConfigurationProperties, Object...) - Method in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
Creates a new instance of web driver.
- newInstance(boolean) - Method in class org.fluentlenium.core.conditions.AbstractObjectConditions
-
Creates a new instance of this condition.
- newInstance(boolean) - Method in class org.fluentlenium.core.conditions.IntegerConditionsImpl
-
- newInstance(boolean) - Method in class org.fluentlenium.core.conditions.RectangleConditionsImpl
-
- newInstance(boolean) - Method in class org.fluentlenium.core.conditions.StringConditionsImpl
-
- newInstance(boolean) - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- newInstance(Class<? extends FluentHook<?>>, FluentControl, ComponentInstantiator, Supplier<WebElement>, Supplier<ElementLocator>, Supplier<String>, Object) - Method in class org.fluentlenium.core.hook.DefaultHookChainBuilder
-
Creates a new hook instance.
- newInstance(Class<T>, ContainerContext) - Method in interface org.fluentlenium.core.inject.ContainerInstanciator
-
Creates a new instance of a container class and inject it.
- newInstance(Class<T>, ContainerContext) - Method in class org.fluentlenium.core.inject.DefaultContainerInstanciator
-
- newInstance(Class<T>) - Method in interface org.fluentlenium.core.inject.FluentInjectControl
-
Creates a new instance of a class inject it.
- newInstance(Class<T>) - Method in class org.fluentlenium.core.inject.FluentInjector
-
- newInstance(Class<T>, Object...) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Creates a new instance matching possible constructors with provided args.
- newInstanceOptionalArgs(Class<T>, Object...) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Creates a new instance by trying every possible constructors with provided args.
- newInstanceOptionalArgs(int, Class<T>, Object...) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Creates a new instance by trying every possible constructors with provided args.
- newOptions() - Method in class org.fluentlenium.core.hook.BaseHook
-
Builds default options.
- newOptions() - Method in class org.fluentlenium.core.hook.wait.WaitHook
-
- newReflectiveInstance(String) - Method in class org.fluentlenium.configuration.AbstractFactoryRegistryImpl
-
Creates an instance of reflective factory.
- newReflectiveInstance(String) - Method in class org.fluentlenium.configuration.CapabilitiesRegistryImpl
-
- newReflectiveInstance(String) - Method in class org.fluentlenium.configuration.WebDriversRegistryImpl
-
- newRemoteWebDriver(Object...) - Method in class org.fluentlenium.configuration.DefaultWebDriverFactories.RemoteWebDriverFactory
-
Creates a new remote WebDriver instance
- newURL(String) - Method in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
Creates a new URL from it's representation
- newWebDriver() - Method in class org.fluentlenium.adapter.FluentAdapter
-
Creates a new WebDriver
instance.
- newWebDriver(Capabilities, ConfigurationProperties) - Method in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
- newWebDriver(Capabilities, ConfigurationProperties) - Method in interface org.fluentlenium.configuration.WebDriverFactory
-
Creates a new instance of WebDriver
.
- newWebDriver(String, Capabilities, ConfigurationProperties) - Method in class org.fluentlenium.configuration.WebDriversRegistryImpl
-
Creates a new WebDriver
instance from factory of the given name
- noHook() - Method in interface org.fluentlenium.core.hook.HookControl
-
Disable all hooks from actual element.
- noHook(Class<? extends FluentHook>...) - Method in interface org.fluentlenium.core.hook.HookControl
-
Disable given hook from actual element.
- noHook(Function<T, R>) - Method in interface org.fluentlenium.core.hook.HookControl
-
Invoke a function with no hook.
- noHook(Class<? extends FluentHook>, Function<T, R>) - Method in interface org.fluentlenium.core.hook.HookControl
-
Invoke a function with no hook.
- noHook() - Method in class org.fluentlenium.core.hook.HookControlImpl
-
- noHook(Class<? extends FluentHook>...) - Method in class org.fluentlenium.core.hook.HookControlImpl
-
- noHook(Function<T, R>) - Method in class org.fluentlenium.core.hook.HookControlImpl
-
- noHook(Class<? extends FluentHook>, Function<T, R>) - Method in class org.fluentlenium.core.hook.HookControlImpl
-
- NoHook - Annotation Type in org.fluentlenium.core.hook
-
Remove current hook definitions from the container context.
- noHookInstance() - Method in interface org.fluentlenium.core.hook.HookControl
-
Creates a new element locator instance with all hooks disabled.
- noHookInstance(Class<? extends FluentHook>...) - Method in interface org.fluentlenium.core.hook.HookControl
-
Creates a new element locator instance with given hook disabled.
- noHookInstance() - Method in class org.fluentlenium.core.hook.HookControlImpl
-
- noHookInstance(Class<? extends FluentHook>...) - Method in class org.fluentlenium.core.hook.HookControlImpl
-
- NoInject - Annotation Type in org.fluentlenium.core.inject
-
Disable FluentLenium injection for this field.
- noSuchElement() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Builds a NoSuchElementException
with a message matching this locator handler.
- noSuchElement() - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Build a NoSuchElementException
with message from this locator.
- noSuchElement(Object) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Build a NoSuchElementException using message provided by proxy.
- noSuchElementException(String) - Static method in class org.fluentlenium.core.domain.ElementUtils
-
Builds a NoSuchElementException
.
- not() - Method in class org.fluentlenium.core.conditions.AbstractObjectConditions
-
- not() - Method in class org.fluentlenium.core.conditions.AtLeastOneElementConditions
-
- not() - Method in interface org.fluentlenium.core.conditions.Conditions
-
Negates this condition object.
- not() - Method in class org.fluentlenium.core.conditions.EachElementConditions
-
- not() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Negates this condition object.
- not() - Method in interface org.fluentlenium.core.conditions.FluentListConditions
-
Negates this condition object.
- not() - Method in interface org.fluentlenium.core.conditions.IntegerConditions
-
- not() - Method in class org.fluentlenium.core.conditions.IntegerConditionsImpl
-
- not() - Method in class org.fluentlenium.core.conditions.IntegerListConditionsImpl
-
- not() - Method in interface org.fluentlenium.core.conditions.RectangleConditions
-
- not() - Method in class org.fluentlenium.core.conditions.RectangleConditionsImpl
-
- not() - Method in class org.fluentlenium.core.conditions.RectangleListConditionsImpl
-
- not() - Method in interface org.fluentlenium.core.conditions.StringConditions
-
- not() - Method in class org.fluentlenium.core.conditions.StringConditionsImpl
-
- not() - Method in class org.fluentlenium.core.conditions.StringListConditionsImpl
-
- not() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- notContains(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection doesn't contain given value.
- notContains(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection doesn't contain given pattern.
- notContains(String) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher for not containing a string
- notContains(Pattern) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher for not containing the pattern
- NotContainsMatcher - Class in org.fluentlenium.core.filter.matcher
-
Matcher checking that actual doesn't contain input value.
- NotContainsMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.NotContainsMatcher
-
Creates a not contains matcher.
- NotContainsMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.NotContainsMatcher
-
Creates a not contains matcher.
- notDisplayed() - Method in class org.fluentlenium.core.wait.FluentWaitWindowConditions
-
Check if the window is not displayed.
- notEndsWith(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection doesn't end with given value.
- notEndsWith(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection doesn't end with given pattern.
- notEndsWith(String) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher filtering by a string that not ends with the string params
- notEndsWith(Pattern) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher filtering by a string that not ends with the pattern params
- NotEndsWithMatcher - Class in org.fluentlenium.core.filter.matcher
-
Matcher checking that actual doesn't end with input value.
- NotEndsWithMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.NotEndsWithMatcher
-
Creates a not ends with matcher.
- NotEndsWithMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.NotEndsWithMatcher
-
Creates a not ends with matcher.
- NotLazyComponents - Class in org.fluentlenium.core.domain
-
- NotLazyComponents() - Constructor for class org.fluentlenium.core.domain.NotLazyComponents
-
- NotMessage - Annotation Type in org.fluentlenium.core.conditions.message
-
Message to generate when negation is applied.
- notStartsWith(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection doesn't start with given value.
- notStartsWith(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection doesn't start with given pattern.
- notStartsWith(String) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher filtering by a string that not starts with the string params
- notStartsWith(Pattern) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher filtering by a string that not starts with the pattern params
- NotStartsWithMatcher - Class in org.fluentlenium.core.filter.matcher
-
Matcher checking that actual doesn't start with input value.
- NotStartsWithMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.NotStartsWithMatcher
-
Creates a not starts with matcher.
- NotStartsWithMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.NotStartsWithMatcher
-
Creates a not starts with matcher.
- now() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- now(boolean) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- now() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- now(boolean) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- now() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- now() - Method in interface org.fluentlenium.core.proxy.FluentProxyState
-
Search for the element now, actually performing the search on the WebDriver
.
- now(boolean) - Method in interface org.fluentlenium.core.proxy.FluentProxyState
-
Search for the element now, actually performing the search on the WebDriver
.
- now() - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
If result is not loaded, load result immediatly.
- now(Object) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
If result is not loaded, load result immediatly.
- Page - Annotation Type in org.fluentlenium.core.annotation
-
Mark a field as a Page Object that should be automatically created by FluentLenium.
- pageSource() - Method in class org.fluentlenium.core.FluentDriver
-
- pageSource() - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
Return the source of the page
- PageUrl - Annotation Type in org.fluentlenium.core.annotation
-
PageUrl is a class annotation used instead of getUrl method of FluentPage object.
- parameters() - Method in class org.fluentlenium.core.url.ParsedUrlTemplate
-
Get parameter values.
- parent() - Method in class org.fluentlenium.core.axes.Axes
-
Find parent element.
- Parent - Annotation Type in org.fluentlenium.core.inject
-
Mark a field with this annotation to inject the parent container.
- parentFrame() - Method in interface org.fluentlenium.core.switchto.FluentTargetLocator
-
Change focus to the parent context.
- parentFrame() - Method in class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
- parse(String) - Method in class org.fluentlenium.core.url.UrlTemplate
-
Get properties from string
- ParsedUrlTemplate - Class in org.fluentlenium.core.url
-
Parsed URL template.
- parseUrl() - Method in class org.fluentlenium.core.FluentPage
-
- parseUrl(String) - Method in class org.fluentlenium.core.FluentPage
-
- parseUrl() - Method in interface org.fluentlenium.core.FluentPageControl
-
Get the parameter values of page URL extracted from current URL.
- parseUrl(String) - Method in interface org.fluentlenium.core.FluentPageControl
-
Get the parameter values of page URL extracted from given URL.
- PhantomJSWebDriverFactory() - Constructor for class org.fluentlenium.configuration.DefaultWebDriverFactories.PhantomJSWebDriverFactory
-
Creates a new phantomJs WebDriver factory.
- pollingEvery(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWait
-
- pollingEvery(long) - Method in class org.fluentlenium.core.wait.FluentWait
-
- pollingEvery(long, TimeUnit) - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Configure polling time for this wait object.
- pollingEvery(long) - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Configure polling time for this wait object.
- pollingEvery(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- pollingEvery(long) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- pollingEvery(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- pollingEvery(long) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- position(int, int) - Method in interface org.fluentlenium.core.conditions.RectangleConditions
-
Check that rectangle has the given (x, y) position.
- position(int, int) - Method in class org.fluentlenium.core.conditions.RectangleConditionsImpl
-
- position(int, int) - Method in class org.fluentlenium.core.conditions.RectangleListConditionsImpl
-
- positionAndDimension(int, int, int, int) - Method in interface org.fluentlenium.core.conditions.RectangleConditions
-
Check that rectangle has the given psition and dimension.
- positionAndDimension(int, int, int, int) - Method in class org.fluentlenium.core.conditions.RectangleConditionsImpl
-
- positionAndDimension(int, int, int, int) - Method in class org.fluentlenium.core.conditions.RectangleListConditionsImpl
-
- precedings() - Method in class org.fluentlenium.core.axes.Axes
-
Find preceding elements.
- precedingSiblings() - Method in class org.fluentlenium.core.axes.Axes
-
Find preceding sibling elements.
- PredicateFilter - Class in org.fluentlenium.core.filter
-
Search filter based on a predicate.
- present() - Method in interface org.fluentlenium.core.alert.Alert
-
Check if this alert is present.
- present() - Method in class org.fluentlenium.core.alert.AlertImpl
-
- present() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- present() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that this element is present
- present() - Method in interface org.fluentlenium.core.conditions.FluentListConditions
-
Check that this element is present.
- present() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- present() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- present() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- present() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- present() - Method in interface org.fluentlenium.core.proxy.FluentProxyState
-
Check if the element is present in the DOM.
- present() - Method in class org.fluentlenium.core.proxy.ListHandler
-
- present() - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Check if the result is present.
- present(Object) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Check if the proxy element is present.
- ProgrammaticConfiguration - Class in org.fluentlenium.configuration
-
- ProgrammaticConfiguration() - Constructor for class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- prompt(String) - Method in interface org.fluentlenium.core.alert.Alert
-
Send input to the alert prompt.
- prompt(String) - Method in class org.fluentlenium.core.alert.AlertImpl
-
- PROPERTIES_PREFIX - Static variable in class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
Default properties prefix.
- PropertiesBackend - Interface in org.fluentlenium.configuration
-
Reader interface for raw properties access.
- PropertiesBackendConfiguration - Class in org.fluentlenium.configuration
-
Abstract properties configuration.
- PropertiesBackendConfiguration(PropertiesBackend) - Constructor for class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
Creates a new abstract properties configuration, using default properties prefix.
- PropertiesBackendConfiguration(PropertiesBackend, String...) - Constructor for class org.fluentlenium.configuration.PropertiesBackendConfiguration
-
Creates a new abstract properties configuration, using given properties prefixes.
- proxy - Variable in class org.fluentlenium.core.domain.ComponentList
-
- proxy - Variable in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- proxyElementFound(Object, ElementLocator, List<WebElement>) - Method in class org.fluentlenium.core.components.ComponentsManager
-
- proxyElementFound(Object, ElementLocator, List<WebElement>) - Method in interface org.fluentlenium.core.proxy.ProxyElementListener
-
Invoked when proxy element search is over and elements were found.
- ProxyElementListener - Interface in org.fluentlenium.core.proxy
-
Proxy element listener.
- proxyElementSearch(Object, ElementLocator) - Method in class org.fluentlenium.core.components.ComponentsManager
-
- proxyElementSearch(Object, ElementLocator) - Method in interface org.fluentlenium.core.proxy.ProxyElementListener
-
Invoked when proxy element search is starting.
- proxyToString(String) - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Get string representation of the proxy
- put(String, String) - Method in class org.fluentlenium.core.url.UrlTemplate
-
Set property value.
- put(Map<String, String>) - Method in class org.fluentlenium.core.url.UrlTemplate
-
Set property properties.
- rectangle() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- rectangle() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
check conditions on rectangle of this element
- rectangle() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- RectangleConditions - Interface in org.fluentlenium.core.conditions
-
Conditions API for Rectangle
- RectangleConditionsImpl - Class in org.fluentlenium.core.conditions
-
Conditions for rectangle.
- RectangleConditionsImpl(Rectangle) - Constructor for class org.fluentlenium.core.conditions.RectangleConditionsImpl
-
Creates a new conditions object on rectangle.
- RectangleConditionsImpl(Rectangle, boolean) - Constructor for class org.fluentlenium.core.conditions.RectangleConditionsImpl
-
Creates a new conditions object on rectangle.
- RectangleListConditionsImpl - Class in org.fluentlenium.core.conditions
-
Conditions for list of rectangles.
- RectangleListConditionsImpl(Conditions<FluentWebElement>, Function<FluentWebElement, Rectangle>, Function<FluentWebElement, RectangleConditions>) - Constructor for class org.fluentlenium.core.conditions.RectangleListConditionsImpl
-
Creates a new list of rectangles conditions
- RectangleListConditionsImpl(Conditions<FluentWebElement>) - Constructor for class org.fluentlenium.core.conditions.RectangleListConditionsImpl
-
Creates a new list of rectangles conditions, using rectangle of the conditions element
- ReflectionUtils - Class in org.fluentlenium.utils
-
Utility class for reflection.
- ReflectiveCapabilitiesFactory - Class in org.fluentlenium.configuration
-
- ReflectiveCapabilitiesFactory(String, String, Object...) - Constructor for class org.fluentlenium.configuration.ReflectiveCapabilitiesFactory
-
Creates a new reflective capabilities factory.
- ReflectiveCapabilitiesFactory(String, Class<? extends Capabilities>, Object...) - Constructor for class org.fluentlenium.configuration.ReflectiveCapabilitiesFactory
-
Creates a new reflective capabilities factory.
- ReflectiveFactory - Interface in org.fluentlenium.configuration
-
Reflective factory.
- reflectiveFactoryType - Variable in class org.fluentlenium.configuration.AbstractFactoryRegistryImpl
-
- ReflectiveWebDriverFactory - Class in org.fluentlenium.configuration
-
- ReflectiveWebDriverFactory(String, String, Object...) - Constructor for class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
Creates a new reflective web driver factory.
- ReflectiveWebDriverFactory(String, Class<? extends WebDriver>, Object...) - Constructor for class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
Creates a new reflective web driver factory.
- regex(String) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a Pattern given a regex.
- register(T) - Method in class org.fluentlenium.configuration.AbstractFactoryRegistryImpl
-
Register a new factory.
- register(WebDriverEventListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Register a new event listener.
- register(EventListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
Register a new event listener.
- release() - Method in class org.fluentlenium.core.action.MouseActions
-
Releases the depressed left mouse button at the current mouse location.
- release() - Method in class org.fluentlenium.core.action.MouseElementActions
-
Releases the depressed left mouse button, in the middle of the given element.
- release() - Method in class org.fluentlenium.core.components.ComponentsManager
-
Release this manager.
- release() - Method in class org.fluentlenium.core.inject.FluentInjector
-
Release all loaded containers.
- releaseFluent() - Method in class org.fluentlenium.adapter.FluentAdapter
-
Release the current WebDriver
from this adapter.
- releaseFluent() - Method in class org.fluentlenium.core.FluentDriver
-
Release fluent driver resources.
- RemoteWebDriverFactory() - Constructor for class org.fluentlenium.configuration.DefaultWebDriverFactories.RemoteWebDriverFactory
-
Creates a new remote WebDriver factory.
- removeHooksFromDefinitions(Collection<HookDefinition<?>>, Class<? extends FluentHook>...) - Static method in class org.fluentlenium.core.hook.HookControlImpl
-
Removes hooks from definitions.
- removeLazyComponentsListener(LazyComponentsListener<T>) - Method in class org.fluentlenium.core.components.LazyComponentList
-
- removeLazyComponentsListener(LazyComponentsListener<T>) - Method in interface org.fluentlenium.core.components.LazyComponents
-
Remove an existing lazy components initialization listener.
- removeLazyComponentsListener(LazyComponentsListener) - Method in class org.fluentlenium.core.domain.NotLazyComponents
-
- removeListener(ProxyElementListener) - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- removeListener(ProxyElementListener) - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Removes a proxy element listener.
- removeProxyListener(Object, ProxyElementListener) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Removes a proxy element listener.
- render() - Method in class org.fluentlenium.core.url.UrlTemplate
-
Render the string.
- reset() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- reset() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
- reset() - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- reset() - Method in interface org.fluentlenium.core.proxy.FluentProxyState
-
Reset the element.
- reset() - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Reset the loaded data.
- reset(Object) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Reset the proxy locator handler.
- restoreHooks() - Method in interface org.fluentlenium.core.hook.HookControl
-
Retore hooks that were defined initially.
- restoreHooks() - Method in class org.fluentlenium.core.hook.HookControlImpl
-
- result - Variable in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- resultToList(T) - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Convert result to a list of selenium element.
- resultToList(WebElement) - Method in class org.fluentlenium.core.proxy.ComponentHandler
-
- resultToList(List<WebElement>) - Method in class org.fluentlenium.core.proxy.ListHandler
-
- run() - Method in class org.fluentlenium.adapter.FluentStandaloneRunnable
-
- SafariWebDriverFactory() - Constructor for class org.fluentlenium.configuration.DefaultWebDriverFactories.SafariWebDriverFactory
-
Creates a new safary WebDriver factory.
- sanitizeBaseUrl(String, String) - Static method in class org.fluentlenium.utils.UrlUtils
-
Sanitize base url from current url by using the same scheme if http/https.
- ScriptListener - Interface in org.fluentlenium.core.events
-
Listener interface for Script events
- scrollIntoView() - Method in interface org.fluentlenium.core.action.FluentJavascriptActions
-
Scrolls the current element into the visible area of the browser window.
- scrollIntoView(boolean) - Method in interface org.fluentlenium.core.action.FluentJavascriptActions
-
Scrolls the current element into the visible area of the browser window.
- scrollIntoView() - Method in class org.fluentlenium.core.action.FluentJavascriptActionsImpl
-
- scrollIntoView(boolean) - Method in class org.fluentlenium.core.action.FluentJavascriptActionsImpl
-
- scrollToCenter() - Method in interface org.fluentlenium.core.action.FluentJavascriptActions
-
Scrolls center of the current element into the visible area of the browser window, respecting window size.
- scrollToCenter() - Method in class org.fluentlenium.core.action.FluentJavascriptActionsImpl
-
- Search - Class in org.fluentlenium.core.search
-
Perform element searchs in a given context.
- Search(SearchContext, ComponentInstantiator) - Constructor for class org.fluentlenium.core.search.Search
-
Creates a new search object.
- SearchControl<E extends FluentWebElement> - Interface in org.fluentlenium.core.search
-
Control interface to search for elements.
- SearchFilter - Interface in org.fluentlenium.core.search
-
Search filter interface
- selected() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- selected() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that this element is selected.
- selected() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- selected() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return true if the element is selected, other way false
- SeleniumDriverControl - Interface in org.fluentlenium.core
-
Control interface for selenium underlying web driver.
- sendKeys(CharSequence...) - Method in class org.fluentlenium.core.action.KeyboardActions
-
Sends keys to the active element.
- sendKeys(CharSequence...) - Method in class org.fluentlenium.core.action.KeyboardElementActions
-
Sends keys to the active element.
- sendKeys(CharSequence...) - Method in class org.fluentlenium.core.hook.wait.WaitHook
-
- set(Field, Object, Object) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Set the field even if not accessible.
- setAwaitAtMost(Long) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setAwaitAtMost(Long) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setAwaitPollingEvery(Long) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setAwaitPollingEvery(Long) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setBaseUrl(String) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setBaseUrl(String) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setCapabilities(Capabilities) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setCapabilities(Capabilities) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setConfigurationDefaults(Class<? extends ConfigurationProperties>) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
Set the configuration defaults.
- setConfigurationFactory(Class<? extends ConfigurationFactory>) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setConfigurationFactory(Class<? extends ConfigurationFactory>) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setContext(ContainerContext) - Method in class org.fluentlenium.core.inject.ContainerFluentControl
-
Define the container context of this container fluent control interface.
- setCustomProperty(String, String) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets custom value for a custom property key
- setCustomProperty(String, String) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setDeleteCookies(Boolean) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setDeleteCookies(Boolean) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setDriverLifecycle(ConfigurationProperties.DriverLifecycle) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setDriverLifecycle(ConfigurationProperties.DriverLifecycle) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setEventsEnabled(Boolean) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setEventsEnabled(Boolean) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setFluentControl(FluentControl) - Method in class org.fluentlenium.adapter.DefaultFluentControlContainer
-
- setFluentControl(FluentControl) - Method in interface org.fluentlenium.adapter.FluentControlContainer
-
Set the FluentControl for actual test.
- setFluentControl(FluentControl) - Method in class org.fluentlenium.adapter.ThreadLocalFluentControlContainer
-
- setHookRestoreStack(Stack<List<HookDefinition<?>>>) - Method in class org.fluentlenium.core.hook.HookControlImpl
-
Set the hook restore stack.
- setHooks(HookChainBuilder, List<HookDefinition<?>>) - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
- setHooks(HookChainBuilder, List<HookDefinition<?>>) - Method in interface org.fluentlenium.core.proxy.LocatorHandler
-
Apply this hook list.
- setHooks(Object, HookChainBuilder, List<HookDefinition<?>>) - Static method in class org.fluentlenium.core.proxy.LocatorProxies
-
Apply this hook list.
- setHtmlDumpMode(ConfigurationProperties.TriggerMode) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setHtmlDumpMode(ConfigurationProperties.TriggerMode) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setHtmlDumpPath(String) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setHtmlDumpPath(String) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setImplicitlyWait(Long) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setImplicitlyWait(Long) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setNegation(boolean) - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
Set negation value
- setPageLoadTimeout(Long) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setPageLoadTimeout(Long) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setPosition(Point) - Method in class org.fluentlenium.core.action.WindowAction
-
Sets the current window position.
- setProxy(T) - Method in class org.fluentlenium.core.proxy.AbstractLocatorHandler
-
Set the proxy using this handler.
- setRemoteUrl(String) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setRemoteUrl(String) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setScreenshotMode(ConfigurationProperties.TriggerMode) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setScreenshotMode(ConfigurationProperties.TriggerMode) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setScreenshotPath(String) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setScreenshotPath(String) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setScriptTimeout(Long) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setScriptTimeout(Long) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- setSize(Dimension) - Method in class org.fluentlenium.core.action.WindowAction
-
Sets the current window size.
- setWebDriver(String) - Method in interface org.fluentlenium.configuration.ConfigurationMutator
-
Sets the value of
- setWebDriver(String) - Method in class org.fluentlenium.configuration.ProgrammaticConfiguration
-
- SharedMutator - Interface in org.fluentlenium.adapter
-
- SharedMutator.EffectiveParameters<T> - Class in org.fluentlenium.adapter
-
Effective parameters used by the test.
- SharedWebDriver - Class in org.fluentlenium.adapter
-
A reference to a shared WebDriver
used by a test.
- SharedWebDriver(WebDriver, Class<?>, String, ConfigurationProperties.DriverLifecycle) - Constructor for class org.fluentlenium.adapter.SharedWebDriver
-
Creates a new shared WebDriver.
- SharedWebDriverContainer - Enum in org.fluentlenium.adapter
-
- SharedWebDriverContainerShutdownHook - Class in org.fluentlenium.adapter
-
Shutdown hook closing the Shared WebDriver container when JVM is closing.
- SharedWebDriverContainerShutdownHook(String) - Constructor for class org.fluentlenium.adapter.SharedWebDriverContainerShutdownHook
-
Creates a new shutdown hook.
- size(int) - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- size() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- size(int) - Method in interface org.fluentlenium.core.conditions.FluentListConditions
-
Check that this element list has the given size.
- size() - Method in interface org.fluentlenium.core.conditions.FluentListConditions
-
Check that this element list has the given size.
- size() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the size of the element
- SnapshotControl - Interface in org.fluentlenium.core.snapshot
-
Control interface for Screenshot and HTML Dumps.
- sortListeners() - Method in class org.fluentlenium.core.events.EventsRegistry
-
Sort listeners based on priority.
- stale() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- stale() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that this element is no longer attached to the DOM.
- stale() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- stale() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Check that this element is no longer attached to the DOM.
- start() - Method in class org.fluentlenium.adapter.SharedWebDriverContainerShutdownHook
-
- starting() - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method is starting.
- starting(String) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method is starting.
- starting(Class<?>) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method is starting.
- starting(Class<?>, String) - Method in class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
Invoked when a test method is starting.
- startsWith(String) - Method in interface org.fluentlenium.core.conditions.StringConditions
-
Check that this starts with the given string.
- startsWith(String) - Method in class org.fluentlenium.core.conditions.StringConditionsImpl
-
- startsWith(String) - Method in class org.fluentlenium.core.conditions.StringListConditionsImpl
-
- startsWith(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection starts with to a given value.
- startsWith(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
Builds a filter that match when selection starts with to a given pattern.
- startsWith(Pattern, String, String) - Static method in class org.fluentlenium.core.filter.matcher.CalculateService
-
check if the current value starts with the patternValue or the referenceValue
- startsWith(String) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher filtering by a string that start with the matcher
- startsWith(Pattern) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
-
Create a matcher filtering by a string that start with the matcher
- StartsWithMatcher - Class in org.fluentlenium.core.filter.matcher
-
Matcher checking that actual starts with input value.
- StartsWithMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.StartsWithMatcher
-
Creates a starts with matcher.
- StartsWithMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.StartsWithMatcher
-
Creates a starts with matcher.
- StringConditions - Interface in org.fluentlenium.core.conditions
-
Conditions API from String.
- StringConditionsImpl - Class in org.fluentlenium.core.conditions
-
Conditions for string
- StringConditionsImpl(String) - Constructor for class org.fluentlenium.core.conditions.StringConditionsImpl
-
Creates a new conditions object on string.
- StringConditionsImpl(String, boolean) - Constructor for class org.fluentlenium.core.conditions.StringConditionsImpl
-
Creates a new conditions object on string.
- StringListConditionsImpl - Class in org.fluentlenium.core.conditions
-
Conditions for list of string.
- StringListConditionsImpl(Conditions<FluentWebElement>, Function<FluentWebElement, String>, Function<FluentWebElement, StringConditions>) - Constructor for class org.fluentlenium.core.conditions.StringListConditionsImpl
-
Creates a new list of string conditions
- submit() - Method in interface org.fluentlenium.core.action.FluentActions
-
Perform a form submission.
- submit() - Method in interface org.fluentlenium.core.domain.FluentList
-
submit on all elements on the list
Only the visible elements are submitted
- submit() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- submit() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Submit the element
- submit() - Method in class org.fluentlenium.core.hook.wait.WaitHook
-
- SupplierOfInstance<T> - Class in org.fluentlenium.utils
-
Equivalent to Suppliers.ofInstance(Object)
, but with toString() implementation calling
toString() on the instance without wrapping it.
- SupplierOfInstance(T) - Constructor for class org.fluentlenium.utils.SupplierOfInstance
-
Creates a new instance supplier
- switchTo() - Method in class org.fluentlenium.core.action.WindowAction
-
Create a switch target locator.
- switchTo(String) - Method in class org.fluentlenium.core.action.WindowAction
-
Switches to particular window by handle.
- switchTo(FluentList<? extends FluentWebElement>) - Method in class org.fluentlenium.core.FluentDriver
-
- switchTo(FluentWebElement) - Method in class org.fluentlenium.core.FluentDriver
-
- switchTo() - Method in class org.fluentlenium.core.FluentDriver
-
- switchTo(FluentList<? extends FluentWebElement>) - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
Switch to the first selected Element (if element is null or not an iframe, or haven't an id then
switch to the default)
- switchTo(FluentWebElement) - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
Switch to the selected Element (if element is null or not an iframe, or haven't an id then
switch to the default)
- switchTo() - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
Switch to the default element
- switchToDefault() - Method in class org.fluentlenium.core.FluentDriver
-
- switchToDefault() - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
Switch to the default element
- switchToLast() - Method in class org.fluentlenium.core.action.WindowAction
-
Switches to lastly opened window.
- switchToLast(String) - Method in class org.fluentlenium.core.action.WindowAction
-
Switches to lastly opened window excluding the one provided as a parameter.
- SystemPropertiesBackend - Class in org.fluentlenium.configuration
-
Properties backend based on java system properties.
- SystemPropertiesBackend() - Constructor for class org.fluentlenium.configuration.SystemPropertiesBackend
-
- value() - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- value(String) - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- value() - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check conditions on this element value.
- value(String) - Method in interface org.fluentlenium.core.conditions.FluentConditions
-
Check that this element has the given value
- value(String) - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- value() - Method in class org.fluentlenium.core.conditions.WebElementConditions
-
- value() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the value of the first element in the list
- value() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- value() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the value of the elements
- valueOf(String) - Static method in enum org.fluentlenium.adapter.SharedWebDriverContainer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fluentlenium.configuration.CapabilitiesRegistry
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fluentlenium.configuration.ConfigurationProperties.DriverLifecycle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fluentlenium.configuration.ConfigurationProperties.TriggerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fluentlenium.configuration.FluentConfiguration.BooleanValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fluentlenium.configuration.WebDrivers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fluentlenium.core.events.NavigateAllListener.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fluentlenium.core.filter.matcher.MatcherType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fluentlenium.adapter.SharedWebDriverContainer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fluentlenium.configuration.CapabilitiesRegistry
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fluentlenium.configuration.ConfigurationProperties.DriverLifecycle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fluentlenium.configuration.ConfigurationProperties.TriggerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fluentlenium.configuration.FluentConfiguration.BooleanValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fluentlenium.configuration.WebDrivers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the value of elements on the list
- values() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- values() - Static method in enum org.fluentlenium.core.events.NavigateAllListener.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fluentlenium.core.filter.matcher.MatcherType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(Predicate<FluentWebElement>) - Method in class org.fluentlenium.core.conditions.AbstractFluentListConditions
-
- verify(Predicate<T>) - Method in class org.fluentlenium.core.conditions.AbstractObjectConditions
-
- verify(Predicate<FluentWebElement>, boolean) - Method in class org.fluentlenium.core.conditions.AtLeastOneElementConditions
-
- verify(Predicate<T>) - Method in class org.fluentlenium.core.conditions.BaseObjectListConditions
-
Verify the predicate against the condition.
- verify(Predicate<T>) - Method in interface org.fluentlenium.core.conditions.Conditions
-
Check that the given predicate is verified against this condition object.
- verify(Predicate<FluentWebElement>, boolean) - Method in class org.fluentlenium.core.conditions.EachElementConditions
-
- verify(Predicate<FluentWebElement>, boolean) - Method in interface org.fluentlenium.core.conditions.FluentListConditions
-
Check that the given predicate is verified.
- verify(Predicate<Integer>) - Method in class org.fluentlenium.core.conditions.IntegerListConditionsImpl
-
- Wait - Annotation Type in org.fluentlenium.core.hook.wait
-
Annotation to enable the Wait Hook.
- WaitConditionInvocationHandler<C extends Conditions<?>> - Class in org.fluentlenium.core.conditions.wait
-
Invocation handler used to wait for a particular conditions call.
- WaitConditionInvocationHandler(Class<C>, FluentWait, String, Supplier<C>) - Constructor for class org.fluentlenium.core.conditions.wait.WaitConditionInvocationHandler
-
Creates a new wait condition invocation handler.
- WaitConditionProxy - Class in org.fluentlenium.core.conditions.wait
-
Provides proxy implementations of conditions that performs wait from those conditions.
- WaitHook - Class in org.fluentlenium.core.hook.wait
-
Hook that automatically wait for actions beeing available on the underlying element.
- WaitHook(FluentControl, ComponentInstantiator, Supplier<WebElement>, Supplier<ElementLocator>, Supplier<String>, WaitHookOptions) - Constructor for class org.fluentlenium.core.hook.wait.WaitHook
-
Creates a new wait hook
- WaitHookOptions - Class in org.fluentlenium.core.hook.wait
-
- WaitHookOptions() - Constructor for class org.fluentlenium.core.hook.wait.WaitHookOptions
-
Creates a new wait hook options, with default annotation options.
- WaitHookOptions(Wait) - Constructor for class org.fluentlenium.core.hook.wait.WaitHookOptions
-
Creates a new wait hook options, with given annotation options.
- webDriverClass - Variable in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
- webDriverClassName - Variable in class org.fluentlenium.configuration.ReflectiveWebDriverFactory
-
- WebDriverFactory - Interface in org.fluentlenium.configuration
-
Factory of
WebDriver
, that can be registered in
WebDrivers
registry.
- WebDrivers - Enum in org.fluentlenium.configuration
-
- WebDriversRegistryImpl - Class in org.fluentlenium.configuration
-
WebDrivers registry implementation.
- WebDriversRegistryImpl() - Constructor for class org.fluentlenium.configuration.WebDriversRegistryImpl
-
Creates a new registry.
- webElement - Variable in class org.fluentlenium.core.domain.Component
-
- WebElementConditions - Class in org.fluentlenium.core.conditions
-
Fluent object to handle ExpectedConditions
on FluentWebElement in fluentlenium API.
- WebElementConditions(FluentWebElement) - Constructor for class org.fluentlenium.core.conditions.WebElementConditions
-
Creates a new conditions object on element
- WebElementConditions(FluentWebElement, boolean) - Constructor for class org.fluentlenium.core.conditions.WebElementConditions
-
Creates a new conditions object on element
- width(int) - Method in interface org.fluentlenium.core.conditions.RectangleConditions
-
Check that rectangle has the given width.
- width() - Method in interface org.fluentlenium.core.conditions.RectangleConditions
-
Add advanced conditions on rectangle width.
- width(int) - Method in class org.fluentlenium.core.conditions.RectangleConditionsImpl
-
- width() - Method in class org.fluentlenium.core.conditions.RectangleConditionsImpl
-
- width(int) - Method in class org.fluentlenium.core.conditions.RectangleListConditionsImpl
-
- width() - Method in class org.fluentlenium.core.conditions.RectangleListConditionsImpl
-
- window() - Method in class org.fluentlenium.core.FluentDriver
-
- window() - Method in interface org.fluentlenium.core.navigation.NavigationControl
-
Exposes methods on browser window
- window(String) - Method in interface org.fluentlenium.core.switchto.FluentTargetLocator
-
Switch the focus of future commands for this driver to the window with the given name/handle.
- window(String) - Method in class org.fluentlenium.core.switchto.FluentTargetLocatorImpl
-
- WindowAction - Class in org.fluentlenium.core.action
-
Execute actions on active window.
- WindowAction(FluentControl, ComponentInstantiator, WebDriver) - Constructor for class org.fluentlenium.core.action.WindowAction
-
Creates a new window action.
- with(String...) - Method in class org.fluentlenium.core.action.Fill
-
Set the values params as text for the fluentList or search a new list with the css selector and filters and add the
values param on it
- with(String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter builder for the attribute
- withClass(String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter by class
- withClass() - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter builder for the attribute by class
- withHook(Class<H>) - Method in interface org.fluentlenium.core.hook.HookControl
-
Enable a hook with default options.
- withHook(Class<H>, O) - Method in interface org.fluentlenium.core.hook.HookControl
-
Enable a hook with given options.
- withHook(Class<H>) - Method in class org.fluentlenium.core.hook.HookControlImpl
-
- withHook(Class<H>, O) - Method in class org.fluentlenium.core.hook.HookControlImpl
-
- withId(String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter by id
- withId() - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter builder for the attribute by id
- withIndex(int) - Method in class org.fluentlenium.core.action.FillSelect
-
Select the option by its index for the Select element.
- withLabel(String) - Method in interface org.fluentlenium.core.label.FluentLabel
-
Apply a label that will be displayed as the representation of this object for error message.
- withLabel(String) - Method in class org.fluentlenium.core.label.FluentLabelImpl
-
- withLabelHint(String...) - Method in interface org.fluentlenium.core.label.FluentLabel
-
Add a label hint that will be appended to the representation of this object for error message.
- withLabelHint(String...) - Method in class org.fluentlenium.core.label.FluentLabelImpl
-
- withMessage(String) - Method in class org.fluentlenium.core.wait.FluentWait
-
- withMessage(Supplier<String>) - Method in class org.fluentlenium.core.wait.FluentWait
-
- withMessage(String) - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Configures a custom message to be used if the condition fails during the timeout duration.
- withMessage(Supplier<String>) - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Configures a custom message supplier to be used if the condition fails during the timeout duration.
- withMessage(String) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- withMessage(Supplier<String>) - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- withMessage(String) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- withMessage(Supplier<String>) - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- withName(String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter by name
- withName() - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter builder for the attribute by name
- withNoDefaultsException() - Method in class org.fluentlenium.core.wait.FluentWait
-
- withNoDefaultsException() - Method in interface org.fluentlenium.core.wait.FluentWaitConfiguration
-
Removes default exceptions from exceptions ignore list.
- withNoDefaultsException() - Method in class org.fluentlenium.core.wait.FluentWaitElement
-
- withNoDefaultsException() - Method in class org.fluentlenium.core.wait.FluentWaitElementList
-
- withPredicate(Predicate<FluentWebElement>) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter based on a element predicate
- withText(String...) - Method in class org.fluentlenium.core.action.Fill
-
Set the values params as text for the fluentList or search a new list with the css selector and filters and add the
values param on it
- withText(String) - Method in class org.fluentlenium.core.action.FillSelect
-
Select all options that display text matching the argument for the Select element.
- withText(String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter by text
- withText() - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter builder for the attribute by text
- withTextContent(String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter by text content
- withTextContent() - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter builder by text content
- withValue(String) - Method in class org.fluentlenium.core.action.FillSelect
-
Select all options that have a value matching the argument for the Select element.
- wrap(Class<T>, Object, String) - Static method in class org.fluentlenium.core.conditions.message.MessageProxy
-
- wrap(Class<T>, Object, List<MessageBuilderCall>) - Static method in class org.fluentlenium.core.conditions.message.MessageProxy
-
- wrapPrimitive(Class<T>) - Static method in class org.fluentlenium.utils.ReflectionUtils
-
Wrap given class to it's primitive class if it's matching a primitive class.
- WrapsElements - Interface in org.fluentlenium.core.domain
-
Allows to retrieve underlying wrapped elements.
- write(String...) - Method in interface org.fluentlenium.core.action.FluentActions
-
Write text in the element.
- write(String...) - Method in interface org.fluentlenium.core.domain.FluentList
-
Fill all elements on the list with the corresponding cell in the with table.
- write(String...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
- write(String...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Set the text element