- CalculateService - Class in org.fluentlenium.core.filter.matcher
-
Static class that are in charge of analyzed the filter and matcher.
- cleanUp() - Method in class org.fluentlenium.core.FluentAdapter
-
- 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
- ConstructionException - Exception in org.fluentlenium.core.exception
-
- ConstructionException(String) - Constructor for exception org.fluentlenium.core.exception.ConstructionException
-
- ConstructionException(String, Throwable) - Constructor for exception org.fluentlenium.core.exception.ConstructionException
-
- constructPageWithParams(Class<T>, Object[]) - Method in class org.fluentlenium.core.Fluent
-
- 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.FluentWaitBuilder
-
- contains(Pattern) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
-
- 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.FluentWaitMatcher
-
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.FluentWaitBuilder
-
- ContainsWordMatcher - Class in org.fluentlenium.core.filter.matcher
-
- ContainsWordMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.ContainsWordMatcher
-
- createPage(Class<T>, Object...) - Method in class org.fluentlenium.core.Fluent
-
- createPage(Class<T>, Object...) - Method in class org.fluentlenium.core.FluentAdapter
-
- 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(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(String, WebDriver, Filter...) - Constructor for class org.fluentlenium.core.action.FillSelectConstructor
-
- FillSelectConstructor(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(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(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(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(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(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(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(String, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- find(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
-
- 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(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(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(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(String, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- findFirst(Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
-
- 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
-
- FluentAdapter - Class in org.fluentlenium.core
-
- FluentAdapter(WebDriver) - Constructor for class org.fluentlenium.core.FluentAdapter
-
- FluentAdapter() - Constructor for class org.fluentlenium.core.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(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(Search, FluentWait, String, List<Filter>) - 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
-
- FluentTest.Mode - Enum in org.fluentlenium.adapter
-
- FluentThread - Class in org.fluentlenium.core
-
- FluentThread() - Constructor for class org.fluentlenium.core.FluentThread
-
- FluentWait - Class in org.fluentlenium.core.wait
-
- FluentWait(Fluent, Search) - Constructor for class org.fluentlenium.core.wait.FluentWait
-
- FluentWaitBuilder - Class in org.fluentlenium.core.wait
-
- FluentWaitBuilder(FluentWaitMatcher, FilterType) - Constructor for class org.fluentlenium.core.wait.FluentWaitBuilder
-
- FluentWaitBuilder(FluentWaitMatcher, String) - Constructor for class org.fluentlenium.core.wait.FluentWaitBuilder
-
- FluentWaitMatcher - Class in org.fluentlenium.core.wait
-
- FluentWaitMatcher(Search, FluentWait, String) - Constructor for class org.fluentlenium.core.wait.FluentWaitMatcher
-
- 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
-
- FluentWebElement - Class in org.fluentlenium.core.domain
-
WebElementCustom include a Selenium WebElement.
- FluentWebElement(WebElement) - Constructor for class org.fluentlenium.core.domain.FluentWebElement
-
- 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.core.FluentAdapter
-
Override this method to set the base URL to use when using relative URLs
- getDefaultConfig() - Method in class org.fluentlenium.core.FluentAdapter
-
Override this method to set some config options on the driver.
- getDefaultDriver() - Method in class org.fluentlenium.adapter.FluentTest
-
Override this method to change the driver
- getDefaultDriver() - Method in class org.fluentlenium.core.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
-
- getDriver() - Method in class org.fluentlenium.core.wait.FluentWait
-
Return the current driver
- 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
-
- 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
-
- 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
- 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
- Search - Class in org.fluentlenium.core.search
-
- Search(SearchContext) - Constructor for class org.fluentlenium.core.search.Search
-
- SearchActions<E extends FluentWebElement> - Interface in org.fluentlenium.core.search
-
- set(Fluent) - Static method in class org.fluentlenium.core.FluentThread
-
- setDefaultConfig() - Method in class org.fluentlenium.adapter.FluentTest
-
Override this method to change the default time to wait for a page to be loaded
- setSnapshotMode(FluentTest.Mode) - Method in class org.fluentlenium.adapter.FluentTest
-
- setSnapshotPath(String) - Method in class org.fluentlenium.adapter.FluentTest
-
- SharedDriver - Annotation Type in org.fluentlenium.adapter.util
-
- SharedDriver.SharedType - Enum in org.fluentlenium.adapter.util
-
- SharedDriverHelper - Class in org.fluentlenium.adapter.util
-
- SharedDriverHelper() - Constructor for class org.fluentlenium.adapter.util.SharedDriverHelper
-
- ShutdownHook - Class in org.fluentlenium.adapter.util
-
- ShutdownHook(String, FluentAdapter) - Constructor for class org.fluentlenium.adapter.util.ShutdownHook
-
- start() - Method in class org.fluentlenium.adapter.util.ShutdownHook
-
- 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.FluentWaitBuilder
-
- startsWith(Pattern) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
-
- 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.FluentTest.Mode
-
Returns the enum constant of this type with the specified name.
- 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.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.
- values() - Static method in enum org.fluentlenium.adapter.FluentTest.Mode
-
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.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.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.
- WaitMessage - Class in org.fluentlenium.core.wait
-
- WaitMessage() - Constructor for class org.fluentlenium.core.wait.WaitMessage
-
- 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.FluentWaitMatcher
-
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.FluentWaitMatcher
-
Create a filter builder for the attribute by class
- withClass(String) - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
-
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.FluentWaitMatcher
-
Create a filter builder for the attribute by id
- withId(String) - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
-
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.FluentWaitMatcher
-
Create a filter builder for the attribute by name
- withName(String) - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
-
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.FluentWaitMatcher
-
Create a filter builder for the attribute by text
- withText(String) - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
-
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
-