| Package | Description |
|---|---|
| org.fluentlenium.core.wait |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWaitElementListMatcher
Base Matcher for waiting on element list.
|
class |
FluentWaitElementListMatcher
Base Matcher for waiting on element list.
|
class |
FluentWaitElementMatcher
Base Matcher for waiting on single element.
|
class |
FluentWaitLocatorSelectorMatcher |
class |
FluentWaitSupplierListMatcher |
class |
FluentWaitSupplierMatcher |
| Modifier and Type | Method and Description |
|---|---|
AbstractWaitElementMatcher |
FluentWaitLocatorSelectorMatcher.withClass(String value)
Check that the element has the corresponding class
|
AbstractWaitElementMatcher |
FluentWaitLocatorSelectorMatcher.withId(String value)
Check that the element has the corrsponding id
|
AbstractWaitElementMatcher |
FluentWaitLocatorSelectorMatcher.withName(String value)
Check that the element has the corresponding name
|
AbstractWaitElementMatcher |
FluentWaitLocatorSelectorMatcher.withText(String value)
Check that the element has the corresponding text
|
| Constructor and Description |
|---|
FluentSizeBuilder(AbstractWaitElementMatcher parent,
FluentWait fluentWait,
String selection) |
Copyright © 2016 FluentLenium. All Rights Reserved.