| Package | Description |
|---|---|
| net.codestory.simplelenium |
| Modifier and Type | Method and Description |
|---|---|
Should |
Should.beDisplayed() |
Should |
Should.beEmpty() |
Should |
Should.beEnabled() |
Should |
Should.beSelected() |
Should |
Should.contain(String... texts) |
Should |
Should.exist() |
Should |
Should.haveLessItemsThan(int maxCount) |
Should |
Should.haveMoreItemsThan(int minCount) |
Should |
Should.haveSize(int size) |
Should |
Should.match(Pattern regexp) |
Should |
Should.not() |
Should |
DomElement.should() |
Should |
DomElement.shouldWithin(long duration,
TimeUnit timeUnit) |
Copyright © 2014. All Rights Reserved.