$ A B C D E F G H I L M N O P Q R S T U V W

$

$(String, Filter...) - Method in class org.fluentlenium.core.Fluent
Central methods to find elements on the page.
$(String, Integer, Filter...) - Method in class org.fluentlenium.core.Fluent
Central methods a find element on the page, the number indicat the index of the desired element on the list.

A

afterClass() - Static method in class org.fluentlenium.adapter.FluentTest
 
AjaxElement - Annotation Type in org.fluentlenium.core.annotation
 
apply(FluentWebElement) - Method in class org.fluentlenium.core.filter.FilterPredicate
 
areDisplayed() - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
Check that the elements are all displayed
areEnabled() - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
Check that the elements are all enabled
assertAt(FluentPage) - Static method in class org.fluentlenium.adapter.FluentTest
 
assertAt(FluentPage) - Static method in class org.fluentlenium.core.FluentAdapter
 
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

B

buildFilter(String, FilterType, Class) - Static method in class org.fluentlenium.core.filter.FilterConstructor
Create a filter by name

C

CalculateService - Class in org.fluentlenium.core.filter.matcher
Static class that are in charge of analyzed the filter and matcher.
clear() - Method in class 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.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(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 class org.fluentlenium.core.domain.FluentList
Clear all elements on the list Only the visible elements are filled
click() - Method in interface org.fluentlenium.core.action.FluentDefaultActions
 
click() - Method in class 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.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(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
 
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>) - Method in class org.fluentlenium.core.Fluent
 
createPage(Class<T>) - Method in class org.fluentlenium.core.FluentAdapter
 

D

doubleClick() - Method in class org.fluentlenium.core.domain.FluentWebElement
Double Click on the element

E

endsWith(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
 
endsWith(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
 
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
endsWith(String) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
 
endsWith(Pattern) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
 
EndsWithMatcher - Class in org.fluentlenium.core.filter.matcher
 
EndsWithMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.EndsWithMatcher
 
EndsWithMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.EndsWithMatcher
 
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
 
EqualMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.EqualMatcher
 
EqualMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.EqualMatcher
 
equalTo(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
 
equalTo(int) - Method in class org.fluentlenium.core.wait.FluentSizeBuilder
Equals
equalTo(String) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
 
executeScript(String) - Method in class org.fluentlenium.core.Fluent
 

F

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(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(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
FillSelectConstructor - Class in org.fluentlenium.core.action
 
FillSelectConstructor(String, 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 on a custom attribute and an associated value
Filter(String, Matcher) - Constructor for class org.fluentlenium.core.filter.Filter
Construct a filter with on 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.
find(String, Filter...) - Method in class org.fluentlenium.core.domain.FluentList
find elements into the childs with the corresponding filters
find(String, Integer, Filter...) - Method in class org.fluentlenium.core.domain.FluentList
find elements into the childs 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 childs with the corresponding filters
find(String, Integer, Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
find elements into the childs with the corresponding filters at the given positiokn
find(String, Filter...) - Method in class org.fluentlenium.core.Fluent
return the lists corresponding to the cssSelector with it filters
find(String, Integer, Filter...) - Method in class org.fluentlenium.core.Fluent
Return the elements at the numner position into the the lists corresponding to the cssSelector with it filters
find(String, Filter...) - Method in class org.fluentlenium.core.search.Search
Central methods to find elements on the page.
find(String, Integer, Filter...) - Method in class org.fluentlenium.core.search.Search
Return the elements at the numner position into the the lists corresponding to the cssSelector with it filters
find(String, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
 
find(String, Integer, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
 
findFirst(String, Filter...) - Method in class org.fluentlenium.core.domain.FluentList
find elements into the childs with the corresponding filters at the first position
findFirst(String, Filter...) - Method in class org.fluentlenium.core.domain.FluentWebElement
find elements into the childs with the corresponding filters at the first position
findFirst(String, 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(String, Filter...) - Method in interface org.fluentlenium.core.search.SearchActions
 
first() - Method in class org.fluentlenium.core.domain.FluentList
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
FluentList<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() ...
FluentList(Collection<E>) - Constructor for class org.fluentlenium.core.domain.FluentList
 
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(WebDriver, 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
 

G

get() - Static method in class org.fluentlenium.core.FluentThread
 
getAttribut() - Method in class org.fluentlenium.core.filter.Filter
 
getAttribute(String) - Method in class 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.FluentWebElement
return any value of custom attribute (generated=true will return "true" if getAttribute("generated") is called.
getAttributes(String) - Method in class org.fluentlenium.core.domain.FluentList
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
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
getDriver() - Method in class org.fluentlenium.core.Fluent
 
getElement() - Method in class org.fluentlenium.core.domain.FluentWebElement
return the webElement
getId() - Method in class org.fluentlenium.core.domain.FluentList
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 class org.fluentlenium.core.domain.FluentList
Return the id of elements on the list
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 class org.fluentlenium.core.domain.FluentList
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 class org.fluentlenium.core.domain.FluentList
Return the name of elements on the list
getPattern() - Method in class org.fluentlenium.core.filter.matcher.Matcher
return the pattern
getSharedBrowser(Class) - Static method in class org.fluentlenium.adapter.util.SharedDriverHelper
 
getSize() - Method in class org.fluentlenium.core.domain.FluentWebElement
return the size of the elements
getTagName() - Method in class org.fluentlenium.core.domain.FluentWebElement
return the tag name
getText() - Method in class org.fluentlenium.core.domain.FluentList
Return the text of the first element on the list
getText() - Method in class org.fluentlenium.core.domain.FluentWebElement
return the text of the element
getTexts() - Method in class org.fluentlenium.core.domain.FluentList
Return the texts of list elements
getUrl() - Method in class org.fluentlenium.core.FluentPage
Url of the Page
getValue() - Method in class org.fluentlenium.core.domain.FluentList
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 class org.fluentlenium.core.domain.FluentList
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

H

hasAttribute(String, String) - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
WARNING - Should be change in a next version to hasAttribute("myAttribute").value("myValue")
hasId(String) - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
check if the FluentWait has the corresponding id
hasName(String) - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
check if the FluentWait has the corresponding name
hasSize() - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
Check that the element have a customized size
hasSize(int) - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
Check that the element have the size indicated
hasText(String) - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
check if the FluentWait has the exact corresponding text
html() - Method in class org.fluentlenium.core.domain.FluentWebElement
return the innerHTML content of the web element does not work with HTMLUnit

I

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
 
initClass(Class<T>) - Method in class org.fluentlenium.core.Fluent
 
initClass(Class<T>) - Method in class org.fluentlenium.core.FluentAdapter
 
initFluent(WebDriver) - Method in class org.fluentlenium.core.Fluent
 
initTest() - Method in class org.fluentlenium.core.Fluent
 
initTest() - Method in class org.fluentlenium.core.FluentAdapter
 
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.
isDefaultSharedDriver(Class) - Static method in class org.fluentlenium.adapter.util.SharedDriverHelper
 
isDeleteCookies(Class) - Static method in class org.fluentlenium.adapter.util.SharedDriverHelper
 
isDisplayed() - Method in class org.fluentlenium.core.domain.FluentWebElement
return true if the element is displayed, otherway return false
isEnabled() - Method in class org.fluentlenium.core.domain.FluentWebElement
return true if the element is enabled, otherway return false
isLoaded() - Method in class org.fluentlenium.core.wait.FluentWaitPageMatcher
check if the page is loaded or not.
isNotPresent() - Method in class org.fluentlenium.core.wait.FluentWaitMatcher
Check that the element is not present
IsolatedTest - Class in org.fluentlenium.adapter
 
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.FluentWaitMatcher
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, otherway false
isSharedDriver(Class) - Method in class org.fluentlenium.adapter.util.SharedDriverHelper
 
isSharedDriverOnce(Class) - Static method in class org.fluentlenium.adapter.util.SharedDriverHelper
 
isSharedDriverPerClass(Class) - Static method in class org.fluentlenium.adapter.util.SharedDriverHelper
 
isSharedDriverPerMethod(Class) - Static method in class org.fluentlenium.adapter.util.SharedDriverHelper
 

L

lessThan(int) - Method in class org.fluentlenium.core.wait.FluentSizeBuilder
Less than
lessThanOrEqualTo(int) - Method in class org.fluentlenium.core.wait.FluentSizeBuilder
Less than or equals

M

Matcher - Class in org.fluentlenium.core.filter.matcher
 
Matcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.Matcher
 
Matcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.Matcher
 
MatcherConstructor - Class in org.fluentlenium.core.filter
 
MatcherType - Enum in org.fluentlenium.core.filter.matcher
Different fluentlenium.integration.

N

name - Variable in class org.fluentlenium.adapter.FluentTest
 
notContains(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
 
notContains(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
 
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
notContains(String) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
 
notContains(Pattern) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
 
NotContainsMatcher - Class in org.fluentlenium.core.filter.matcher
 
NotContainsMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.NotContainsMatcher
 
NotContainsMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.NotContainsMatcher
 
notEndsWith(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
 
notEndsWith(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
 
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
notEndsWith(String) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
 
notEndsWith(Pattern) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
 
NotEndsWithMatcher - Class in org.fluentlenium.core.filter.matcher
 
NotEndsWithMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.NotEndsWithMatcher
 
NotEndsWithMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.NotEndsWithMatcher
 
notEqualTo(int) - Method in class org.fluentlenium.core.wait.FluentSizeBuilder
Not equals
notStartsWith(String) - Method in class org.fluentlenium.core.filter.FilterBuilder
 
notStartsWith(Pattern) - Method in class org.fluentlenium.core.filter.FilterBuilder
 
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
notStartsWith(String) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
 
notStartsWith(Pattern) - Method in class org.fluentlenium.core.wait.FluentWaitBuilder
 
NotStartsWithMatcher - Class in org.fluentlenium.core.filter.matcher
 
NotStartsWithMatcher(String) - Constructor for class org.fluentlenium.core.filter.matcher.NotStartsWithMatcher
 
NotStartsWithMatcher(Pattern) - Constructor for class org.fluentlenium.core.filter.matcher.NotStartsWithMatcher
 

O

org.fluentlenium.adapter - package org.fluentlenium.adapter
 
org.fluentlenium.adapter.util - package org.fluentlenium.adapter.util
 
org.fluentlenium.core - package org.fluentlenium.core
 
org.fluentlenium.core.action - package org.fluentlenium.core.action
 
org.fluentlenium.core.annotation - package org.fluentlenium.core.annotation
 
org.fluentlenium.core.domain - package org.fluentlenium.core.domain
 
org.fluentlenium.core.exception - package org.fluentlenium.core.exception
 
org.fluentlenium.core.filter - package org.fluentlenium.core.filter
 
org.fluentlenium.core.filter.matcher - package org.fluentlenium.core.filter.matcher
 
org.fluentlenium.core.search - package org.fluentlenium.core.search
 
org.fluentlenium.core.wait - package org.fluentlenium.core.wait
 

P

Page - Annotation Type in org.fluentlenium.core.annotation
 
pageSource() - Method in class org.fluentlenium.core.Fluent
Return the source of the page
pollingEvery(long, TimeUnit) - Method in class org.fluentlenium.core.wait.FluentWait
 

Q

quit() - Method in class org.fluentlenium.adapter.IsolatedTest
 
quit() - Method in class org.fluentlenium.core.FluentAdapter
 

R

regex(String) - Static method in class org.fluentlenium.core.filter.MatcherConstructor
Create a Pattern given a regex.

S

Search - Class in org.fluentlenium.core.search
 
Search(SearchContext) - Constructor for class org.fluentlenium.core.search.Search
 
SearchActions - 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 class 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.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(FluentDefaultActions) - Method in class org.fluentlenium.core.Fluent
Submit all elements that are in the list Be careful - only the visible elements are submitted

T

takeScreenShot() - Method in class org.fluentlenium.core.Fluent
Take a snapshot of the browser.
takeScreenShot(String) - Method in class org.fluentlenium.core.Fluent
Take a snapshot of the browser into a file given by the fileName param.
text(String...) - Method in interface org.fluentlenium.core.action.FluentDefaultActions
 
text(String...) - Method in class org.fluentlenium.core.domain.FluentList
Fill all elements on the list with the corresponding cell in the with table.
text(String...) - Method in class org.fluentlenium.core.domain.FluentWebElement
Set the text elelent
text(String, Filter...) - Method in class org.fluentlenium.core.Fluent
get a list all elements that are in cssSelector with its filters Be careful - only the visible elements are submitted //TODO UTILITY ? Deprecated ?
title() - Method in class org.fluentlenium.core.Fluent
Return the title of the page
toString() - Method in class org.fluentlenium.core.filter.Filter
 

U

unset() - Static method in class org.fluentlenium.core.FluentThread
 
until(Predicate) - Method in class org.fluentlenium.core.wait.FluentWait
 
until(String) - Method in class org.fluentlenium.core.wait.FluentWait
 
until(Function<? super Fluent, V>) - Method in class org.fluentlenium.core.wait.FluentWait
 
untilPage() - Method in class org.fluentlenium.core.wait.FluentWait
 
untilPage(FluentPage) - Method in class org.fluentlenium.core.wait.FluentWait
 
url() - Method in class org.fluentlenium.core.Fluent
Return the url of the page.
userThreadLocal - Static variable in class org.fluentlenium.core.FluentThread
 

V

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 ? Deprecated ?
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.

W

WaitMessage - Class in org.fluentlenium.core.wait
Created by IntelliJ IDEA.
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 corrsponding 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
Defined 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.
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 corrsponding name
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.

$ A B C D E F G H I L M N O P Q R S T U V W

Copyright © 2013 AConsulting. All Rights Reserved.