...
StoreProgressPercentage
VerifyPropertyValue
StorePropertyValue
VerifyExistence
VerifyEnability
VerifyVisibility
StoreExistence
MouseOver
Click
StoreProgressPercentage
This actions 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 |
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"
...