|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fluentlenium.core.wait.FluentWaitMatcher
public class FluentWaitMatcher
| Constructor Summary | |
|---|---|
FluentWaitMatcher(Search search,
org.openqa.selenium.support.ui.FluentWait fluentWait,
String selector)
|
|
| Method Summary | |
|---|---|
Fluent |
areDisplayed()
Check that the elements are all displayed |
Fluent |
areEnabled()
Check that the elements are all enabled |
Fluent |
containsText(String value)
check if the FluentWait contains the corresponding text |
Fluent |
hasAttribute(String attribute,
String value)
WARNING - Should be change in a next version to hasAttribute("myAttribute").value("myValue") |
Fluent |
hasId(String value)
check if the FluentWait has the corresponding id |
Fluent |
hasName(String value)
check if the FluentWait has the corresponding name |
FluentSizeBuilder |
hasSize()
Check that the element have a customized size |
Fluent |
hasSize(int size)
Check that the element have the size indicated |
Fluent |
hasText(String value)
check if the FluentWait has the exact corresponding text |
Fluent |
isNotPresent()
Check that the element is not present |
Fluent |
isPresent()
Check that the element is present |
FluentWaitBuilder |
with(String attribute)
Create a filter builder for the attribute |
FluentWaitBuilder |
withId()
Create a filter builder for the attribute by id |
FluentWaitMatcher |
withId(String value)
Check that the element has the corrsponding id |
FluentWaitBuilder |
withName()
Create a filter builder for the attribute by name |
FluentWaitMatcher |
withName(String value)
Check that the element has the corrsponding name |
FluentWaitBuilder |
withText()
Create a filter builder for the attribute by text |
FluentWaitMatcher |
withText(String value)
Check that the element has the corresponding text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FluentWaitMatcher(Search search,
org.openqa.selenium.support.ui.FluentWait fluentWait,
String selector)
| Method Detail |
|---|
public Fluent hasAttribute(String attribute,
String value)
attribute - value - public Fluent hasId(String value)
value - public Fluent hasName(String value)
value - public FluentSizeBuilder hasSize()
public Fluent hasSize(int size)
size - public Fluent containsText(String value)
value - public Fluent hasText(String value)
value - public Fluent isPresent()
public Fluent isNotPresent()
public Fluent areDisplayed()
public Fluent areEnabled()
public FluentWaitBuilder with(String attribute)
attribute -
public FluentWaitBuilder withId()
-
public FluentWaitMatcher withId(String value)
value -
public FluentWaitBuilder withName()
-
public FluentWaitMatcher withName(String value)
value -
public FluentWaitBuilder withText()
-
public FluentWaitMatcher withText(String value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||