- AbstractWaitElementListMatcher - Class in org.fluentlenium.core.wait
-
Base Matcher for waiting on element list.
- AbstractWaitElementListMatcher(Search, FluentWait, String) - Constructor for class org.fluentlenium.core.wait.AbstractWaitElementListMatcher
-
- AbstractWaitElementMatcher - Class in org.fluentlenium.core.wait
-
Base Matcher for waiting on a single element.
- AbstractWaitElementMatcher(Search, FluentWait, String) - Constructor for class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
- AbstractWaitMatcher - Class in org.fluentlenium.core.wait
-
Common class for all WaitMatcher instances.
- AbstractWaitMatcher() - Constructor for class org.fluentlenium.core.wait.AbstractWaitMatcher
-
- accept() - Method in class org.fluentlenium.core.Alert
-
When an alert box pops up, click on "OK"
- afterChangeValueOf(FluentWebElement, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after WebElement.clear(), WebElement.sendKeys(...) .
- afterChangeValueOf(ElementListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
- afterChangeValueOf(FluentWebElement, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- afterClass() - Static method in class org.fluentlenium.adapter.FluentTest
-
- 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
-
- afterClickOn(FluentWebElement, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- afterFindBy(By, FluentWebElement, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after WebDriver.findElement(...), or
WebDriver.findElements(...), or WebElement.findElement(...), or WebElement.findElements(...).
- afterFindBy(FindByListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
- afterFindBy(By, FluentWebElement, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- afterNavigate(NavigateAllListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
- afterNavigateBack(WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after navigate().back().
- afterNavigateBack(NavigateListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
- afterNavigateBack(WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- afterNavigateForward(WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after navigate().forward().
- afterNavigateForward(NavigateListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
- afterNavigateForward(WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- afterNavigateRefresh(WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after navigate().refresh().
- afterNavigateRefresh(NavigateListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
- afterNavigateRefresh(WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- afterNavigateTo(String, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after get(String url) respectively
navigate().to(String url).
- afterNavigateTo(NavigateToListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
- afterNavigateTo(String, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- afterScript(String, WebDriver) - Method in interface org.fluentlenium.core.events.EventListener
-
Called after
RemoteWebDriver.executeScript(String, Object[])
.
- afterScript(ScriptListener) - Method in class org.fluentlenium.core.events.EventsRegistry
-
- afterScript(String, WebDriver) - Method in class org.fluentlenium.core.events.EventsSupport
-
- AjaxElement - Annotation Type in org.fluentlenium.core.annotation
-
- Alert - Class in org.fluentlenium.core
-
Util Class for manage alert
- Alert(WebDriver) - Constructor for class org.fluentlenium.core.Alert
-
- alert() - Method in class org.fluentlenium.core.Fluent
-
- ancestors() - Method in class org.fluentlenium.core.axes.Axes
-
Find ancestor elements.
- apply(FluentWebElement) - Method in class org.fluentlenium.core.filter.FilterPredicate
-
- areDisplayed() - Method in class org.fluentlenium.core.wait.AbstractWaitElementListMatcher
-
Check that all the elements are all displayed
- areEnabled() - Method in class org.fluentlenium.core.wait.AbstractWaitElementListMatcher
-
Check that the elements are all enabled
- areNotDisplayed() - Method in class org.fluentlenium.core.wait.AbstractWaitElementListMatcher
-
Check that all the elements are not displayed
- 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..
- atMost(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWait
-
- atMost(long) - Method in class org.fluentlenium.core.wait.FluentWait
-
- await() - Method in class org.fluentlenium.core.Fluent
-
wait for an asynchronous call
- Axes - Class in org.fluentlenium.core.axes
-
Handles XPath axes for an element (http://www.w3schools.com/xsl/xpath_axes.asp)
- Axes(WebElement) - Constructor for class org.fluentlenium.core.axes.Axes
-
- axes() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
XPath Axes accessor (parent, ancestors, preceding, following, ...).
- CalculateService - Class in org.fluentlenium.core.filter.matcher
-
Static class that are in charge of analyzed the filter and matcher.
- cleanupDriver() - Method in class org.fluentlenium.core.Fluent
-
- clear() - Method in interface org.fluentlenium.core.domain.FluentList
-
Clear all elements on the list
Only the visible elements are filled
- clear() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Clear all elements on the list
Only the visible elements are filled
- clear() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Clear the element
- clear(String, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Submit all elements that are in cssSelector with its filters
Be careful - only the visible elements are cleared
- clear(Filter...) - Method in class org.fluentlenium.core.Fluent
-
Clear texts of the all elements filtered by the specified filters.
- clear(FluentList<FluentWebElement>) - Method in class org.fluentlenium.core.Fluent
-
Clear all elements that are in the list
Be careful - only the visible elements are cleared
- clear(FluentWebElement) - Method in class org.fluentlenium.core.Fluent
-
Clear the given parameters elements that are in the list
Be careful - only the visible elements are cleared
- clearAll() - Method in interface org.fluentlenium.core.domain.FluentList
-
Clear all elements on the list
Only the visible elements are filled
- clearAll() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Clear all elements on the list
Only the visible elements are filled
- click() - Method in interface org.fluentlenium.core.action.FluentDefaultActions
-
- click() - Method in interface org.fluentlenium.core.domain.FluentList
-
Click on all elements on the list
Only the visible elements are filled
- click() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Click on all elements on the list
Only the visible elements are filled
- click() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Click on the element
- click(String, Filter...) - Method in class org.fluentlenium.core.Fluent
-
click all elements that are in cssSelector with its filters
Be careful - only the visible elements are clicked
- click(Filter...) - Method in class org.fluentlenium.core.Fluent
-
Click all elements filtered by the specified filters.
- click(FluentDefaultActions) - Method in class org.fluentlenium.core.Fluent
-
click all elements that are in the list
Be careful - only the visible elements are clicked
- close() - Method in class org.fluentlenium.adapter.FluentAdapter
-
- containingText(String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Create a filter by text
- contains(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
- contains(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
- 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
- contains(String) - Method in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder
-
- contains(Pattern) - Method in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder
-
- ContainsMatcher - Class in org.fluentlenium.core.filter.matcher
-
- ContainsMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.ContainsMatcher
-
- ContainsMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.ContainsMatcher
-
- containsText(String) - Method in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
check if the FluentWait contains the corresponding text
- containsWord(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
- containsWord(String) - Method in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder
-
- ContainsWordMatcher - Class in org.fluentlenium.core.filter.matcher
-
- ContainsWordMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.ContainsWordMatcher
-
- CookieStrategyReader - Interface in org.fluentlenium.adapter.util
-
- createPage(Class<T>, Object...) - Method in class org.fluentlenium.core.Fluent
-
- createPage(Class<T>, Object...) - Method in class org.fluentlenium.core.page.PageInitializer
-
Creates a new page from it's class name and constructor parameters.
- 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() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Construct a FillConstructor in order to allow easy fill
Be careful - only the visible elements are filled
- fill(String, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Construct a FillConstructor in order to allow easy fill
Be careful - only the visible elements are filled
- fill(Filter...) - Method in class org.fluentlenium.core.Fluent
-
Construct a FillConstructor with filters in order to allow easy fill.
- fill(FluentDefaultActions, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Construct a FillConstructor in order to allow easy fill
Be careful - only the visible elements are filled
- FillConstructor - Class in org.fluentlenium.core.action
-
- FillConstructor(String, WebDriver, Filter...) - Constructor for class org.fluentlenium.core.action.FillConstructor
-
- FillConstructor(WebDriver, Filter...) - Constructor for class org.fluentlenium.core.action.FillConstructor
-
- FillConstructor(FluentDefaultActions, WebDriver, Filter...) - Constructor for class org.fluentlenium.core.action.FillConstructor
-
- fillSelect() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Construct a FillSelectConstructor in order to allow easy list selection
Be careful - only the visible elements are filled
- fillSelect(String, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Construct a FillSelectConstructor in order to allow easy fill
Be careful - only the visible elements are filled
- fillSelect(Filter...) - Method in class org.fluentlenium.core.Fluent
-
Construct a FillSelectConstructor with filters in order to allow easy fill.
- FillSelectConstructor - Class in org.fluentlenium.core.action
-
- FillSelectConstructor(WebDriver, Filter...) - Constructor for class org.fluentlenium.core.action.FillSelectConstructor
-
- FillSelectConstructor(String, WebDriver, Filter...) - Constructor for class org.fluentlenium.core.action.FillSelectConstructor
-
- FillSelectConstructor(FluentWebElement, WebDriver, Filter...) - Constructor for class org.fluentlenium.core.action.FillSelectConstructor
-
- Filter - Class in org.fluentlenium.core.filter
-
- Filter(FilterType, String) - Constructor for class org.fluentlenium.core.filter.Filter
-
Construct a filter with a type and an associated value
- Filter(FilterType, Matcher) - Constructor for class org.fluentlenium.core.filter.Filter
-
Construct a filter with a type and an associated matcher
- Filter(String, String) - Constructor for class org.fluentlenium.core.filter.Filter
-
Construct a filter with a custom attribute and an associated value
- Filter(String, Matcher) - Constructor for class org.fluentlenium.core.filter.Filter
-
Construct a filter with a custom attribute and an associated matcher
- FilterBuilder - Class in org.fluentlenium.core.filter
-
- FilterBuilder(String) - Constructor for class org.fluentlenium.core.filter.FilterBuilder
-
- FilterBuilder(FilterType) - Constructor for class org.fluentlenium.core.filter.FilterBuilder
-
- FilterConstructor - Class in org.fluentlenium.core.filter
-
- FilterPredicate - Class in org.fluentlenium.core.filter
-
Filter a FluentWebElement collection to return only the elements with the same text
- FilterPredicate(Filter) - Constructor for class org.fluentlenium.core.filter.FilterPredicate
-
- FilterType - Enum in org.fluentlenium.core.filter
-
Different fluentlenium.integration. actually supported by the framework.
- find(String, Filter...) - Method in interface org.fluentlenium.core.domain.FluentList
-
find elements into the children with the corresponding filters
- find(Filter...) - Method in interface org.fluentlenium.core.domain.FluentList
-
find elements in the children with the corresponding filters
- find(String, Integer, Filter...) - Method in interface org.fluentlenium.core.domain.FluentList
-
find elements into the children with the corresponding filters at the position indicated by the number
- find(Integer, Filter...) - Method in interface org.fluentlenium.core.domain.FluentList
-
find element in the children with the corresponding filters at the position indicated by the number
- find(String, Filter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
find elements into the children with the corresponding filters
- find(By, Filter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
- find(Filter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
find elements in the children with the corresponding filters
- find(String, Integer, Filter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
find elements into the children with the corresponding filters at the position indicated by the number
- find(By, Integer, Filter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
- find(Integer, Filter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
find element in the children with the corresponding filters at the position indicated by the number
- find(By, Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
find elements into the children with the corresponding filters
- find(String, Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
find elements into the children with the corresponding filters
- find(Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
find elements in the children with the corresponding filters
- find(String, Integer, Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
find elements into the children with the corresponding filters at the given position
- find(By, Integer, Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
find elements into the children with the corresponding filters at the given position
- find(Integer, Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
find element in the children with the corresponding filters at the given position
- find(String, Filter...) - Method in class org.fluentlenium.core.Fluent
-
return the lists corresponding to the cssSelector with it filters
- find(By, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Central methods to find elements on the page.
- find(Filter...) - Method in class org.fluentlenium.core.Fluent
-
Return the list filtered by the specified filters.
- find(String, Integer, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Return the elements at the number position into the lists corresponding to the cssSelector with it filters
- find(By, Integer, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Return the elements at the number position into the the lists corresponding to the cssSelector with it filters
- find(Integer, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Return the element at the number position in the list filtered by the specified filters.
- find(String, Filter...) - Method in class org.fluentlenium.core.search.Search
-
Central methods to find elements on the page.
- find(Filter...) - Method in class org.fluentlenium.core.search.Search
-
Central methods to find elements on the page with filters.
- find(String, Integer, Filter...) - Method in class org.fluentlenium.core.search.Search
-
Return the elements at the number position into the the lists corresponding to the cssSelector with it filters
- find(Integer, Filter...) - Method in class org.fluentlenium.core.search.Search
-
Return the element at the number position in the lists corresponding to the filters
- find(By, Filter...) - Method in class org.fluentlenium.core.search.Search
-
Central methods to find elements on the page.
- find(By, Integer, Filter...) - Method in class org.fluentlenium.core.search.Search
-
Return the elements at the number position into the the lists corresponding to the cssSelector with it filters
- find(String, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- find(Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- find(By, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- find(String, Integer, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- find(Integer, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- find(By, Integer, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- find() - Method in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
Find the elements from configured matcher.
- find() - Method in class org.fluentlenium.core.wait.FluentWaitElementListMatcher
-
- find() - Method in class org.fluentlenium.core.wait.FluentWaitElementMatcher
-
- find() - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
- find() - Method in class org.fluentlenium.core.wait.FluentWaitSupplierListMatcher
-
- find() - Method in class org.fluentlenium.core.wait.FluentWaitSupplierMatcher
-
- FindByListener - Interface in org.fluentlenium.core.events
-
- findFirst(String, Filter...) - Method in interface org.fluentlenium.core.domain.FluentList
-
find elements into the children with the corresponding filters at the first position
- findFirst(Filter...) - Method in interface org.fluentlenium.core.domain.FluentList
-
find element in the children with the corresponding filters at the first position
- findFirst(By, Filter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
- findFirst(String, Filter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
find elements into the children with the corresponding filters at the first position
- findFirst(Filter...) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
find element in the children with the corresponding filters at the first position
- findFirst(String, Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
find elements into the children with the corresponding filters at the first position
- findFirst(By, Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
find elements into the children with the corresponding filters at the first position
- findFirst(Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
find element in the children with the corresponding filters at the first position
- findFirst(String, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Return the first element corresponding to the name and the filters
- findFirst(Filter...) - Method in class org.fluentlenium.core.Fluent
-
Return the first element corresponding to the filters.
- findFirst(By, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Return the first elements corresponding to the name and the filters
- findFirst(String, Filter...) - Method in class org.fluentlenium.core.search.Search
-
Return the first elements corresponding to the name and the filters
- findFirst(Filter...) - Method in class org.fluentlenium.core.search.Search
-
Return the first element corresponding to the filters.
- findFirst(By, Filter...) - Method in class org.fluentlenium.core.search.Search
-
Return the first elements corresponding to the name and the filters
- findFirst(String, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- findFirst(Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- findFirst(By, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- 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)
- first() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the first element of the list
If none, return NoSuchElementException
- first() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the first element of the list
If none, return NoSuchElementException
- Fluent - Class in org.fluentlenium.core
-
Util Class which offers some shortcut to webdriver methods
- Fluent(WebDriver) - Constructor for class org.fluentlenium.core.Fluent
-
- Fluent() - Constructor for class org.fluentlenium.core.Fluent
-
- Fluent.TriggerMode - Enum in org.fluentlenium.core
-
- FluentAdapter - Class in org.fluentlenium.adapter
-
- FluentAdapter(WebDriver) - Constructor for class org.fluentlenium.adapter.FluentAdapter
-
- FluentAdapter() - Constructor for class org.fluentlenium.adapter.FluentAdapter
-
- FluentDefaultActions<E> - Interface in org.fluentlenium.core.action
-
All actions that can be used on the list or on a web element
- FluentJavascript - Class in org.fluentlenium.core.domain
-
Map result of executed javascript.
- FluentJavascript(WebDriver, boolean, String, Object...) - Constructor for class org.fluentlenium.core.domain.FluentJavascript
-
- FluentList<E extends FluentWebElement> - Interface in org.fluentlenium.core.domain
-
- 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() - Constructor for class org.fluentlenium.core.domain.FluentListImpl
-
- FluentListImpl(Collection<E>) - Constructor for class org.fluentlenium.core.domain.FluentListImpl
-
- FluentPage - Class in org.fluentlenium.core
-
Use the Page Object Pattern to have more resilient tests.
- FluentPage() - Constructor for class org.fluentlenium.core.FluentPage
-
- FluentPage(WebDriver) - Constructor for class org.fluentlenium.core.FluentPage
-
- FluentSizeBuilder - Class in org.fluentlenium.core.wait
-
- FluentSizeBuilder(AbstractWaitElementMatcher, FluentWait, String) - Constructor for class org.fluentlenium.core.wait.FluentSizeBuilder
-
- FluentTest - Class in org.fluentlenium.adapter
-
All Junit Test should extends this class.
- FluentTest() - Constructor for class org.fluentlenium.adapter.FluentTest
-
- FluentTestRunnerAdapter - Class in org.fluentlenium.adapter
-
Adapter used by any class based Test Runners adapters.
- FluentTestRunnerAdapter() - Constructor for class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
- FluentTestRunnerAdapter(SharedDriverStrategyReader, CookieStrategyReader) - Constructor for class org.fluentlenium.adapter.FluentTestRunnerAdapter
-
- FluentThread - Class in org.fluentlenium.core
-
- FluentWait - Class in org.fluentlenium.core.wait
-
A Fluent wait object.
- FluentWait(Fluent, Search) - Constructor for class org.fluentlenium.core.wait.FluentWait
-
- FluentWaitElementListMatcher - Class in org.fluentlenium.core.wait
-
Base Matcher for waiting on element list.
- FluentWaitElementListMatcher(Search, FluentWait, List<? extends FluentWebElement>) - Constructor for class org.fluentlenium.core.wait.FluentWaitElementListMatcher
-
- FluentWaitElementMatcher - Class in org.fluentlenium.core.wait
-
Base Matcher for waiting on single element.
- FluentWaitElementMatcher(Search, FluentWait, FluentWebElement) - Constructor for class org.fluentlenium.core.wait.FluentWaitElementMatcher
-
- FluentWaitFiltersBuilder - Class in org.fluentlenium.core.wait
-
- FluentWaitFiltersBuilder(FluentWaitLocatorSelectorMatcher, FilterType) - Constructor for class org.fluentlenium.core.wait.FluentWaitFiltersBuilder
-
- FluentWaitFiltersBuilder(FluentWaitLocatorSelectorMatcher, String) - Constructor for class org.fluentlenium.core.wait.FluentWaitFiltersBuilder
-
- FluentWaitLocatorSelectorMatcher - Class in org.fluentlenium.core.wait
-
- FluentWaitLocatorSelectorMatcher(Search, FluentWait, By) - Constructor for class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
- FluentWaitLocatorSelectorMatcher(Search, FluentWait, String) - Constructor for class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
- FluentWaitPageMatcher - Class in org.fluentlenium.core.wait
-
- FluentWaitPageMatcher(FluentWait, WebDriver) - Constructor for class org.fluentlenium.core.wait.FluentWaitPageMatcher
-
- FluentWaitPageMatcher(FluentWait, WebDriver, FluentPage) - Constructor for class org.fluentlenium.core.wait.FluentWaitPageMatcher
-
- FluentWaitSupplierListMatcher - Class in org.fluentlenium.core.wait
-
- FluentWaitSupplierListMatcher(Search, FluentWait, Supplier<? extends FluentList<? extends FluentWebElement>>) - Constructor for class org.fluentlenium.core.wait.FluentWaitSupplierListMatcher
-
- FluentWaitSupplierMatcher - Class in org.fluentlenium.core.wait
-
- FluentWaitSupplierMatcher(Search, FluentWait, Supplier<? extends FluentWebElement>) - Constructor for class org.fluentlenium.core.wait.FluentWaitSupplierMatcher
-
- FluentWaitWindowMatcher - Class in org.fluentlenium.core.wait
-
- FluentWaitWindowMatcher(FluentWait, String) - Constructor for class org.fluentlenium.core.wait.FluentWaitWindowMatcher
-
- FluentWebElement - Class in org.fluentlenium.core.domain
-
WebElementCustom include a Selenium WebElement.
- FluentWebElement(WebElement) - Constructor for class org.fluentlenium.core.domain.FluentWebElement
-
- 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.
- get() - Static method in class org.fluentlenium.core.FluentThread
-
- getArgs() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- getAttribut() - Method in class org.fluentlenium.core.filter.Filter
-
- getAttribute(String) - Method in interface org.fluentlenium.core.domain.FluentList
-
Return a custom attribute of the first element on the list
- getAttribute(String) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return a custom attribute of the first element on the list
- getAttribute(String) - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return any value of custom attribute (generated=true will return "true" if getAttribute("generated") is called.
- getAttributes(String) - Method in interface org.fluentlenium.core.domain.FluentList
-
Return a custom attribute of elements on the list
- getAttributes(String) - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return a custom attribute of elements on the list
- getBaseUrl() - Method in class org.fluentlenium.core.Fluent
-
Get the base URL to use when visiting relative URLs, if one is configured
- getBooleanResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- getCookie(String) - Method in class org.fluentlenium.core.Fluent
-
return the corresponding cookie given a name
- getCookies() - Method in class org.fluentlenium.core.Fluent
-
return the cookies as a set
- getCssRepresentations() - Method in enum org.fluentlenium.core.filter.matcher.MatcherType
-
Return the css representations of the matcher
- getDefaultBaseUrl() - Method in class org.fluentlenium.adapter.FluentAdapter
-
Override this method to set the base URL to use when using relative URLs
- getDefaultConfig() - Method in class org.fluentlenium.adapter.FluentAdapter
-
Override this method to set some config options on the driver.
- getDefaultDriver() - Method in class org.fluentlenium.adapter.FluentAdapter
-
Override this method to change the driver
- getDoubleResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- getDriver() - Method in class org.fluentlenium.core.Fluent
-
- getElement() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the webElement
- getId() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the id of the first element on the list
- getId() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the id of the first element on the list
- getId() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the id of the elements
- getIds() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the id of elements on the list
- getIds() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the id of elements on the list
- getListResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- getLongResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- getMatcher() - Method in class org.fluentlenium.core.filter.Filter
-
- getMatcherSymbol() - Method in class org.fluentlenium.core.filter.matcher.Matcher
-
Return the matcher symbol
- 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.Matcher
-
Return the matcher type
- 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
-
- getName() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the name of the first element on the list
- getName() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the name of the first element on the list
- getName() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the name of the element
- getNames() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the name of elements on the list
- getNames() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the name of elements on the list
- getPattern() - Method in class org.fluentlenium.core.filter.matcher.Matcher
-
return the pattern
- getResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- getScript() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- getSearch() - Method in class org.fluentlenium.core.Fluent
-
- getSharedDriverStrategy(Class<?>, String) - Method in class org.fluentlenium.adapter.util.DefaultSharedDriverStrategyReader
-
- getSharedDriverStrategy(Class<?>, String) - Method in interface org.fluentlenium.adapter.util.SharedDriverStrategyReader
-
- getSize() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the size of the elements
- getStringResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- getTagName() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the tag name
- getText() - Method in class org.fluentlenium.core.Alert
-
- getText() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the text of the first element on the list
- getText() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the text of the first element on the list
- getText() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the visible text of the element
- getTextContent() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the text content of the element (even invisible through textContent attribute)
- getTextContents() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the text contents of list elements
- getTextContents() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the text contents of list elements
- getTexts() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the texts of list elements
- getTexts() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the texts of list elements
- getUrl() - Method in class org.fluentlenium.core.FluentPage
-
Url of the Page
- getValue() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the value of the first element in the list
- getValue() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the value of the first element in the list
- getValue() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return the value of the elements
- getValue() - Method in class org.fluentlenium.core.filter.matcher.Matcher
-
return the given value
- getValues() - Method in interface org.fluentlenium.core.domain.FluentList
-
Return the value of elements on the list
- getValues() - Method in class org.fluentlenium.core.domain.FluentListImpl
-
Return the value of elements on the list
- getWait() - Method in class org.fluentlenium.core.wait.FluentWait
-
- getWrappedDriver() - Method in class org.fluentlenium.core.events.EventsRegistry
-
- go() - Method in class org.fluentlenium.core.FluentPage
-
Go to the url defined in the page
- goTo(P) - Method in class org.fluentlenium.core.Fluent
-
- goTo(String) - Method in class org.fluentlenium.core.Fluent
-
Open the url page
- goToInNewTab(String) - Method in class org.fluentlenium.core.Fluent
-
Open the url page in a new tab
- greaterThan(int) - Method in class org.fluentlenium.core.wait.FluentSizeBuilder
-
Greater than
- greaterThanOrEqualTo(int) - Method in class org.fluentlenium.core.wait.FluentSizeBuilder
-
Greater than or equals
- ignoreAll(Collection<Class<? extends Throwable>>) - Method in class org.fluentlenium.core.wait.FluentWait
-
- 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 the two exceptions passed as params
- init() - Method in class org.fluentlenium.adapter.FluentAdapter
-
- initContainer(Fluent) - Method in class org.fluentlenium.core.page.PageInitializer
-
Initialize a page or an adapter.
- initFluent(WebDriver) - Method in class org.fluentlenium.core.Fluent
-
- isAboveScreenOrInvisible() - Method in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
* check if the FluentWait is above top screen border
 *
 * @return fluent
- isAt() - Method in class org.fluentlenium.core.FluentPage
-
Should check if the navigator is on correct page.
- isAt() - Method in class org.fluentlenium.core.wait.FluentWaitPageMatcher
-
check if ou are on the good page calling isAt.
- isBooleanResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- isClickable() - Method in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
Check that the elements are all clickable
- isDisplayed() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return true if the element is displayed, other way return false
- isDisplayed() - Method in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
Check that one or more element is displayed
- isDisplayed() - Method in class org.fluentlenium.core.wait.FluentWaitWindowMatcher
-
- isDoubleResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- isEnabled() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return true if the element is enabled, other way return false
- isEnabled() - Method in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
Check that one or more element is enabled
- isListResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- isLoaded() - Method in class org.fluentlenium.core.wait.FluentWaitPageMatcher
-
check if the page is loaded or not.
- isLongResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- isNotDisplayed() - Method in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
Check that one or more elements is not displayed
- isNotDisplayed() - Method in class org.fluentlenium.core.wait.FluentWaitWindowMatcher
-
- isNotPresent() - Method in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
Check that the element is not present
- IsolatedTest - Class in org.fluentlenium.adapter
-
Instead of extending FluentTest, you can instantiate this class directly.
- IsolatedTest() - Constructor for class org.fluentlenium.adapter.IsolatedTest
-
- IsolatedTest(WebDriver) - Constructor for class org.fluentlenium.adapter.IsolatedTest
-
- isPreFilter() - Method in class org.fluentlenium.core.filter.Filter
-
- isPreFilter() - Method in class org.fluentlenium.core.filter.matcher.Matcher
-
- isPresent() - Method in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
Check that the element is present
- 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.Matcher
-
Check if the matcher is matched given the value
- 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
-
- isSelected() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
return true if the element is selected, other way false
- isStringResult() - Method in class org.fluentlenium.core.domain.FluentJavascript
-
- screenshotMode - Variable in class org.fluentlenium.core.Fluent
-
- ScriptListener - Interface in org.fluentlenium.core.events
-
- Search - Class in org.fluentlenium.core.search
-
- Search(SearchContext) - Constructor for class org.fluentlenium.core.search.Search
-
- search - Variable in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
- SearchActions<E extends FluentWebElement> - Interface in org.fluentlenium.core.search
-
- selectionName - Variable in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
- set(FluentAdapter) - Static method in class org.fluentlenium.core.FluentThread
-
- setHtmlDumpMode(Fluent.TriggerMode) - Method in class org.fluentlenium.core.Fluent
-
- setHtmlDumpPath(String) - Method in class org.fluentlenium.core.Fluent
-
- setScreenshotMode(Fluent.TriggerMode) - Method in class org.fluentlenium.core.Fluent
-
- setScreenshotPath(String) - Method in class org.fluentlenium.core.Fluent
-
- SharedDriver - Annotation Type in org.fluentlenium.adapter.util
-
- SharedDriver.SharedType - Enum in org.fluentlenium.adapter.util
-
- SharedDriverOnceShutdownHook - Class in org.fluentlenium.adapter.util
-
- SharedDriverOnceShutdownHook(String) - Constructor for class org.fluentlenium.adapter.util.SharedDriverOnceShutdownHook
-
- SharedDriverStrategy - Enum in org.fluentlenium.adapter.util
-
- SharedDriverStrategyReader - Interface in org.fluentlenium.adapter.util
-
Extract SharedDriver mode from a class
- shouldDeleteCookies(Class<?>, String) - Method in interface org.fluentlenium.adapter.util.CookieStrategyReader
-
- shouldDeleteCookies(Class<?>, String) - Method in class org.fluentlenium.adapter.util.DefaultCookieStrategyReader
-
- start() - Method in class org.fluentlenium.adapter.util.SharedDriverOnceShutdownHook
-
- 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 class org.fluentlenium.core.filter.FilterBuilder
-
- startsWith(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
-
- 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
- startsWith(String) - Method in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder
-
- startsWith(Pattern) - Method in class org.fluentlenium.core.wait.FluentWaitFiltersBuilder
-
- StartsWithMatcher - Class in org.fluentlenium.core.filter.matcher
-
- StartsWithMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.StartsWithMatcher
-
Constructor using a string as a value
- StartsWithMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.StartsWithMatcher
-
Constructor using a pattern as a value
- submit() - Method in interface org.fluentlenium.core.action.FluentDefaultActions
-
- 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 on all elements on the list
Only the visible elements are submitted
- submit() - Method in class org.fluentlenium.core.domain.FluentWebElement
-
Submit the element
- submit(String, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Submit all elements that are in cssSelector with its filters
Be careful - only the visible elements are submitted
- submit(Filter...) - Method in class org.fluentlenium.core.Fluent
-
Submit all elements filtered by the specified filters.
- submit(FluentDefaultActions) - Method in class org.fluentlenium.core.Fluent
-
Submit all elements that are in the list
Be careful - only the visible elements are submitted
- switchTo() - Method in class org.fluentlenium.core.Alert
-
Switch to an alert box
- switchTo(FluentWebElement) - Method in class org.fluentlenium.core.Fluent
-
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 class org.fluentlenium.core.Fluent
-
Switch to the default element
- switchToDefault() - Method in class org.fluentlenium.core.Fluent
-
Switch to the default element
- value(String, Filter...) - Method in class org.fluentlenium.core.Fluent
-
Value all elements that are in cssSelector with its filters
Be careful - only the visible elements are returned
//TODO UTILITY ?
- value(Filter...) - Method in class org.fluentlenium.core.Fluent
-
Get all values of the elements filtered by the specified filters.
- valueOf(String) - Static method in enum org.fluentlenium.adapter.util.SharedDriver.SharedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fluentlenium.adapter.util.SharedDriverStrategy
-
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.FilterType
-
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.
- valueOf(String) - Static method in enum org.fluentlenium.core.Fluent.TriggerMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fluentlenium.adapter.util.SharedDriver.SharedType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fluentlenium.adapter.util.SharedDriverStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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.FilterType
-
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.
- values() - Static method in enum org.fluentlenium.core.Fluent.TriggerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- wait - Variable in class org.fluentlenium.core.wait.AbstractWaitElementMatcher
-
- watchman - Variable in class org.fluentlenium.adapter.FluentTest
-
- with(String...) - Method in class org.fluentlenium.core.action.FillConstructor
-
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
- with(String, Matcher) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Deprecated.
- with(String, String) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Deprecated.
- with(String) - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
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
- withClass() - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
Create a filter builder for the attribute by class
- withClass(String) - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
Check that the element has the corresponding class
- withDefaultPageWait(long, TimeUnit) - Method in class org.fluentlenium.core.Fluent
-
Define an implicit time to wait for a page to be loaded
- withDefaultSearchWait(long, TimeUnit) - Method in class org.fluentlenium.core.Fluent
-
Define an implicit time to wait when searching an element
- withDefaultUrl(String) - Method in class org.fluentlenium.core.Fluent
-
Define the default url that will be used in the test and in the relative pages
- 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
- withId(Matcher) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Deprecated.
- withId() - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
Create a filter builder for the attribute by id
- withId(String) - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
Check that the element has the corrsponding id
- withIndex(int) - Method in class org.fluentlenium.core.action.FillSelectConstructor
-
Select the option by its index for the Select element.
- withMessage(String) - Method in class org.fluentlenium.core.wait.FluentWait
-
- 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
- withName(Matcher) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Deprecated.
- withName() - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
Create a filter builder for the attribute by name
- withName(String) - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
Check that the element has the corresponding name
- withNoDefaultsException() - Method in class org.fluentlenium.core.wait.FluentWait
-
Use this methods only to avoid ignoring StateElementReferenceException
- withText(String) - Method in class org.fluentlenium.core.action.FillSelectConstructor
-
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
- withText(Matcher) - Static method in class org.fluentlenium.core.filter.FilterConstructor
-
Deprecated.
- withText() - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
Create a filter builder for the attribute by text
- withText(String) - Method in class org.fluentlenium.core.wait.FluentWaitLocatorSelectorMatcher
-
Check that the element has the corresponding text
- withValue(String) - Method in class org.fluentlenium.core.action.FillSelectConstructor
-
Select all options that have a value matching the argument for the Select element.
- withValues(String...) - Method in class org.fluentlenium.core.action.FillConstructor
-