Versions Compared

Key

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

...

Example:

Click

SelectItemByIndex

This action selects items from SFDC Menu by using the index.

Parameter Name

Parameter Description

Mandatory

Data Type

items

Yes

String

SelectItemByText

This action selects the items from the Menu by using the text.

Parameter Name

Parameter Description

Mandatory

Data Type

itemName

Yes

String

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.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

propertyName

Enter the property or attribute name as specified in the DOM structure.

Yes

String

value

Enter the property value you want to verify.

Yes

String

Example:

VerifyPropertyValue      "class"    "fr small"

...