public interface PageFactory
Page factory interface used in @WebDrone,is a place holder for the possible page object library
to use. The WebDrone uses the implementation of the page factory to resolve and return
page object.
For example when browsing through Alfresco Share. The FactorySharePage,
a concrete implementation of the PageFactory, is used to resolve the correct page
object in browser view.
- Version:
- 1.7.1
- Author:
- Michael Suzuki