ButtonMenuItem
The ButtonMenuItem SFDC SFDCMenu component supports the following actions:
...
SelectItemByIndex
SelectItemByText
VerifyPropertyValue
StorePropertyValue
MouseOver
VerifyExistence
VerifyEnability
VerifyVisibility
StoreExistence
Click
This action clicks the specified object.
This action does not have any parameters.
Example:
...
All the SFDCMenu class actions work for the following SFDC components:
buttonMenuItem
actionMenuItem
The following table describes how Qualitia Automation Studio (QAS) identifies and adds a menu into the object repository when using the Qualitia Automation Recorder or Chrome Object Spy:
SFDC Component | Added by Qualitia Automation Recorder or Chrome Object Spy |
---|---|
buttonMenuItem | <componentname>_buttonMenuItem |
actionMenuItem | <componentname>_actionMenuItem |
SelectItemByIndex
This action selects items from SFDC Menu by using the index.
...