ButtonMenuItem
The ButtonMenuItem SFDC SFDCMenu component supports the following actions:
Click
SelectItemByIndex
SelectItemByText
VerifyPropertyValue
StorePropertyValue
MouseOver
VerifyExistence
VerifyEnability
VerifyVisibility
StoreExistence
Click
This action clicks the specified object.
This action does not have any parameters.
Example:
ClickAll 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.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
items | Enter the menu item whose index is provided as an input. | Yes | String |
Example:
SelectItemByIndex "2"
SelectItemByText
This action selects the items from the Menu by using the text.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
itemName | Enter the name of the item to be selected from menu items. | Yes | String |
Example:
SelectItemByText "Open"
VerifyPropertyValue
This action verifies the property of the specified object using property names, such as class, id, name, and role, and parameter value, such as the actual value of the property.
...