public interface IMenuSelectable extends IHierarchicalSelectable
Modifier and Type | Method and Description |
---|---|
MenuItem[] |
getContent()
Get all items withing a Menu.
|
MenuItem |
getMatchedElement(TextMatchingCriterion textMatchingCriterion)
according to the element's label to get a Element object.
|
void |
verifyMenuItem(TextMatchingCriterion criterion,
java.lang.String expectedStatus) |
activateItem, activateItem, selectItem, selectItem, verifyContains, verifyItemSelection, verifyItemSelection
clearCache
MenuItem[] getContent() throws SeleniumPlusException
getContent
in interface IHierarchicalSelectable
getContent
in interface ISelectable
SeleniumPlusException
MenuItem getMatchedElement(TextMatchingCriterion textMatchingCriterion) throws SeleniumPlusException
ISelectable
getMatchedElement
in interface ISelectable
textMatchingCriterion
- TextMatchingCriterion, containing text, partialMatch, matchedIndex as search-criterion.SeleniumPlusException
- if Element cannot be foundvoid verifyMenuItem(TextMatchingCriterion criterion, java.lang.String expectedStatus) throws SeleniumPlusException
SeleniumPlusException
Copyright © SAS Institute. All Rights Reserved.