Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...