public final class SeleniumAssertions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static AlertAssert |
assertThat(org.openqa.selenium.Alert actual)
Return an
AlertAssert. |
static ElementAssert |
assertThat(Element actual)
Return an
ElementAssert. |
static WebbrowserAssert |
assertThat(WebBrowser actual)
Return an
WebbrowserAssert. |
public static ElementAssert assertThat(Element actual)
ElementAssert.actual - the actual object.Assert.public static AlertAssert assertThat(org.openqa.selenium.Alert actual)
AlertAssert.actual - the actual object.Assert.public static WebbrowserAssert assertThat(WebBrowser actual)
WebbrowserAssert.actual - the actual object.Assert.Copyright © 2017 PPI AG. All rights reserved.