...
StoreStageState
VerifyStageHasError
VerifyIsStageCompleted
StoreCountOfCompleteStages
ClickStageByValue
ClickStageByIndex
Click
StorePropertyValue
VerifyPropertyValue
VerifyExistence
VerifyEnability
VerifyVisibility
StoreExistence
MouseOver
StoreStageState
This action stores the state (Completed, Error, InProgress, Incomplete) of the progress indicator stage in the key provided.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
key | Enter a variable to store the stage value. | Yes | String |
StageName | Enter the stage or attribute name whose value you want to store. | Yes | String |
VerifyStageHasError
This action verifies whether the provided stage has any error.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
StageName | Enter one of the following:
| Yes | String |
VerifyIsStageCompleted
This action verifies whether the provided stage is completed or not.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
StageName | Enter one of the following:
| Yes | String |
StoreCountOfCompleteStages
This action stores the count of completed stages in the provided key.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
key | Enter a variable to store the count of completed stages. | Yes | String |
ClickStageByValue
This action clicks the stage of progress indicator component by value.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
key | Enter a variable to store the stage of progress indicator. | Yes | String |
ClickStageByIndex
This action performs the click operation on the stage who's index is provided.
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
key | Enter a variable to store the stage of progress indicator. | Yes | String |
Click
This action clicks the specified object.
...
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"
...