Package net.serenitybdd.core.pages
package net.serenitybdd.core.pages
-
ClassDescriptionA page object that can represent any page, without specifiying the exact page.A description goes here.Created by john on 6/03/15.Determines which URLs a given page object will work with.A base class representing a WebDriver page object.The Pages object keeps track of the Page Objects used during the tests.Manage the URLs associated with a page Urls can be associated with a page using annotations or via the default configuration properties.A page view that handles checking and waiting for element visibility.Could not invoke a Page Oject method annotated with the WhenPageOpens annotation.Created by john on 30/01/15.A proxy class for a web element, providing some more methods.This interface is a way of presenting state information about a web element without exposing (too much) of the WebDriver API.Represents a page fragment which occurs across pages or multiple times in a single page.Base implementation for
WidgetObject.