public abstract class AbstractWaitElementListMatcher extends AbstractWaitElementMatcher
search, selectionName, wait| Constructor and Description |
|---|
AbstractWaitElementListMatcher(Search search,
FluentWait wait,
String selectionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
areDisplayed()
Check that all the elements are all displayed
|
void |
areEnabled()
Check that the elements are all enabled
|
void |
areNotDisplayed()
Check that all the elements are not displayed
|
FluentSizeBuilder |
hasSize()
Check that the element have a customized size
|
void |
hasSize(int size)
Check that the element have the size indicated
|
containsText, find, hasAttribute, hasId, hasName, hasText, isClickable, isDisplayed, isEnabled, isNotDisplayed, isNotPresent, isPresentbuildMessage, untilpublic AbstractWaitElementListMatcher(Search search, FluentWait wait, String selectionName)
public void areEnabled()
public void areDisplayed()
public void areNotDisplayed()
public FluentSizeBuilder hasSize()
public void hasSize(int size)
size - integer value of sizeCopyright © 2016 FluentLenium. All Rights Reserved.