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