- All Superinterfaces:
- Page, Render
public interface Screen
extends Page
A mobile screen page interface, the basic view of a mobile page.
Every page object renders itself by calling the render
method which defines what Page object it is, up to that point
it is treated as a generic page. The render signifies a response
is required and will force the object to wait until all elements
specified in the render method are found and displayed.
- Since:
- 2.6
- Author:
- Michael Suzuki