public class PageMgr extends Object
| Constructor and Description |
|---|
PageMgr() |
| Modifier and Type | Method and Description |
|---|---|
Page |
addPage(String name_p)
adds a page object and return the page created.
|
Map<String,Page> |
getPageMap()
returns the Map array of all page objects.
|
Page |
page(String name_p)
finds and returns the page object
|
int |
pageCount()
returns the count of page objects.
|
public Page page(String name_p) throws MBTAbort
name_p - MBTAbortpublic Page addPage(String name_p) throws MBTAbort
name_p - MBTAbortpublic int pageCount()
Copyright TestOptimal, LLC