com.ibm.team.fvt.tests.clm.pages.menus
Class ClmMenu
java.lang.Object
com.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
- Direct Known Subclasses:
- CcmPlanWorkItemActionsMenu, ClmAdministrationMenu, ClmHomeMenu, ClmLinksRelatedMenu, ClmToolbarMenu, DmConfigurationContextMenu, QmGenerateTestCasesMenu, RmArtifactActionsMenu
public class ClmMenu
- extends com.ibm.team.fvt.tests.web.WebMenu
Class representing any kind of CLM menu.
Following features are available in this menu:
WebMenu.clickItem(String, By, Class)
: Open the given dialog by clicking
on the given menu item.
WebMenu.clickItem(String, Class)
: Open the given dialog by clicking
on the given menu item.
Following actions are accessible or overridden in this page:
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 |
ClmMenu
public ClmMenu(ClmWebPage page)
ClmMenu
public ClmMenu(ClmWebPage page,
org.openqa.selenium.By menuBy)