|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebMenu
com.ibm.team.fvt.tests.clm.pages.menus.ClmMenu
com.ibm.team.fvt.tests.clm.pages.menus.ClmHomeMenu
public class ClmHomeMenu
Menu displayed while clicking on Home Menu banner top left button arrow.
Following features are accessible on this page:
clickItem(String, String, Class, String...)
: Click on the given item
of the given group.getItemElement(String, String)
: Get the item element for the given
group.open()
: Open the popup-menu by clicking on the 'Administration'
banner button.
Constructor Summary | |
---|---|
ClmHomeMenu(ClmWebPage page,
org.openqa.selenium.By findBy)
|
Method Summary | ||
---|---|---|
|
clickItem(java.lang.String group,
java.lang.String itemName,
java.lang.Class<P> pageClass,
java.lang.String... info)
Click on the given item of the given group. |
|
com.ibm.team.fvt.tests.web.WebBrowserElement |
getItemElement(java.lang.String group,
java.lang.String itemName)
Get the item element for the given group. |
|
void |
open()
Open the popup-menu by clicking on the 'Administration' banner button. |
Methods inherited from class com.ibm.team.fvt.tests.web.WebMenu |
---|
clickItem, clickItem, clickItem, clickItem, clickItem, getItemElement, getItemElement, getMenuOptions, getStringMenuOptions, open |
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow |
---|
cancel, close |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClmHomeMenu(ClmWebPage page, org.openqa.selenium.By findBy)
Method Detail |
---|
public <P extends ClmWebPage> P clickItem(java.lang.String group, java.lang.String itemName, java.lang.Class<P> pageClass, java.lang.String... info)
The click always open a new web page.
itemName
- The Home Menu item to click onpageClass
- The class of the opened page after having clicked on the item
public com.ibm.team.fvt.tests.web.WebBrowserElement getItemElement(java.lang.String group, java.lang.String itemName)
group
- The group belonging the given itemitemName
- The application item namepublic void open()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |