| Package | Description |
|---|---|
| de.ppi.selenium.assertj |
Some useful Assertions.
|
| Modifier and Type | Method and Description |
|---|---|
WebbrowserAssert |
SeleniumSoftAssertions.assertThat(WebBrowser actual)
Creates a new instance of
. |
static WebbrowserAssert |
SeleniumAssertions.assertThat(WebBrowser actual)
Return an
WebbrowserAssert. |
WebbrowserAssert |
WebbrowserAssert.hasCookies(java.lang.String... searchedCookies)
Check if a cookie with the given name exists.
|
WebbrowserAssert |
WebbrowserAssert.hasRalativeUrlMatching(java.lang.String regexToBeMatched)
check if the relative url matches the given regex.
|
WebbrowserAssert |
WebbrowserAssert.hasRelativeUrl(java.lang.String relativeUrl)
Check if the browser is at the relativeURL.
|
Copyright © 2017 PPI AG. All rights reserved.