- All Implemented Interfaces:
- org.openqa.selenium.SearchContext, org.openqa.selenium.WrapsDriver, org.openqa.selenium.WrapsElement
public abstract class Widget
extends java.lang.Object
implements org.openqa.selenium.SearchContext, org.openqa.selenium.WrapsDriver, org.openqa.selenium.WrapsElement
It is the Appium-specific extension of the Page Object design pattern. It allows user
to create objects which typify some element with nested sub-elements. Also it allows to
describe and encapsulate logic of interaction/behavior within.
About the Page Object design pattern please read these documents:
- https://code.google.com/p/selenium/wiki/PageObjects
- https://code.google.com/p/selenium/wiki/PageFactory