| Package | Description |
|---|---|
| de.ppi.selenium.assertj |
Some useful Assertions.
|
| Modifier and Type | Method and Description |
|---|---|
AlertAssert |
SeleniumSoftAssertions.assertThat(org.openqa.selenium.Alert actual)
Creates a new instance of
. |
static AlertAssert |
SeleniumAssertions.assertThat(org.openqa.selenium.Alert actual)
Return an
AlertAssert. |
AlertAssert |
AlertAssert.hasText(java.lang.String textToFind)
Check that the alert box contains the given text.
|
AlertAssert |
AlertAssert.isPresent()
Check that an alert box is present.
|
Copyright © 2017 PPI AG. All rights reserved.