Package com.testoptimal.exec.plugin.page
Class PageMgr
java.lang.Object
com.testoptimal.exec.plugin.page.PageMgr
Manages page objects. Use "$PAGE" to obtain this object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.testoptimal.exec.plugin.page.Page
adds a page object and return the page created.com.testoptimal.exec.plugin.page.Page
returns page object for the page name specified.List<com.testoptimal.exec.plugin.page.Page>
returns the list of all page objects.
-
Constructor Details
-
PageMgr
public PageMgr()
-
-
Method Details
-
getPage
returns page object for the page name specified.- Parameters:
pageName_p
-
-
addPage
public com.testoptimal.exec.plugin.page.Page addPage(String name_p) throws com.testoptimal.exec.exception.MBTAbort adds a page object and return the page created.- Parameters:
name_p
-- Throws:
com.testoptimal.exec.exception.MBTAbort
-
getPageList
returns the list of all page objects.- Returns:
-