Defines a page within an application (or a library). The
<page-specification>
is a subset of <component-specification>
with attributes and entities related to parameters removed.
Figure C.22. <page-specification> Attributes
Name
Type
Required ?
Default Value
Description
class
string
no
The Java class to instantiate, which must implement the
interface IPage. Typically, this is
BasePage or a subclass of it. BasePage is the default if not otherwise
specified.