public final class FluentLeniumAssertions extends Object
| Modifier and Type | Method and Description |
|---|---|
static AlertAssert |
assertThat(AlertImpl actual)
Perform assertions on alert.
|
static FluentListAssert |
assertThat(FluentList<?> actual)
Perform assertions on element list.
|
static PageAssert |
assertThat(FluentPage actual)
Perform assertions on page.
|
static FluentWebElementAssert |
assertThat(FluentWebElement actual)
Perform assertions on element.
|
public static AlertAssert assertThat(AlertImpl actual)
actual - actual alertpublic static PageAssert assertThat(FluentPage actual)
actual - actual pagepublic static FluentWebElementAssert assertThat(FluentWebElement actual)
actual - actual elementpublic static FluentListAssert assertThat(FluentList<?> actual)
actual - actual element listCopyright © 2016 FluentLenium. All Rights Reserved.