Class PageMgr

java.lang.Object
com.testoptimal.exec.plugin.page.PageMgr

public class PageMgr extends Object
Manages page objects. Use "$PAGE" to obtain this object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.testoptimal.exec.plugin.page.Page
    addPage(String name_p)
    adds a page object and return the page created.
    com.testoptimal.exec.plugin.page.Page
    getPage(String name_p)
    returns page object for the page name specified.
    List<com.testoptimal.exec.plugin.page.Page>
    returns the list of all page objects.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PageMgr

      public PageMgr()
  • Method Details

    • getPage

      public com.testoptimal.exec.plugin.page.Page getPage(String name_p)
      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

      public List<com.testoptimal.exec.plugin.page.Page> getPageList()
      returns the list of all page objects.
      Returns: