P - The Page that implements this interface.public interface Page<P extends Page>
| Modifier and Type | Method and Description |
|---|---|
P |
assertPageIsViewableFrom(String proposedUrl)
Asserts that the Page can be viewed from the proposedUrl.
|
P |
handleInitialPageLoad()
Called when the Page is initially loaded in the WebDriver.
|
P assertPageIsViewableFrom(String proposedUrl)
proposedUrl - A proposed URL.IllegalStateException - If the Page can't be viewed from the proposed
URL.P handleInitialPageLoad()
Copyright © 2015. All rights reserved.