public interface Should extends Navigation
baseUrl| Modifier and Type | Method and Description |
|---|---|
Should |
and() |
Should |
beAtLocation(int x,
int y) |
Should |
beDisplayed() |
Should |
beEmpty() |
Should |
beEnabled() |
Should |
beSelected() |
Should |
contain(String... texts) |
Should |
exist() |
Should |
haveDimension(int width,
int height) |
Should |
haveLessItemsThan(int maxCount) |
Should |
haveMoreItemsThan(int minCount) |
Should |
haveSize(int size) |
Should |
match(Pattern regexp) |
Should |
match(java.util.function.Predicate<org.openqa.selenium.WebElement> condition) |
Should |
not() |
Should |
should() |
Should |
within(long duration,
TimeUnit timeUnit) |
getBaseUrl, goTo, goTo, setBaseUrl$, $, find, findShould not()
Should and()
Should should()
Should beEnabled()
Should beDisplayed()
Should beSelected()
Should haveLessItemsThan(int maxCount)
Should haveSize(int size)
Should haveMoreItemsThan(int minCount)
Should beEmpty()
Should exist()
Should haveDimension(int width, int height)
Should beAtLocation(int x, int y)
Should match(java.util.function.Predicate<org.openqa.selenium.WebElement> condition)
Copyright © 2014. All Rights Reserved.