Interface TestablePage
-
- All Known Implementing Classes:
Page
public interface TestablePage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PageAssertionsassertThat()PageAssertionsexpect()default PageAssertionswaitFor()PageAssertionswaitFor(int seconds)
-
-
-
Method Detail
-
waitFor
default PageAssertions waitFor()
-
waitFor
PageAssertions waitFor(int seconds)
-
expect
PageAssertions expect()
-
assertThat
default PageAssertions assertThat()
-
-