Versions Compared

Key

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

...

  • StoreProgressPercentage

  • VerifyPropertyValue

  • StorePropertyValue

  • VerifyExistence

  • VerifyEnability

  • VerifyVisibility

  • StoreExistence

  • MouseOver

  • Click

StoreProgressPercentage

This action stores the progress percentage of the progress bar component.

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter a variable to store the progress percentage.

Yes

 String

Example:

StoreProgressPercentage      "key_2"

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.

...

This action stores 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

key

Enter a variable to store the property value.

Yes

 String

propertyName

Enter the property or attribute name whose value you want to store.

Yes

 String

Example:

StorePropertyValue      "key"    "class"

...