Multiexcerpt include macro |
---|
name | VerifyVisibility |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | Click |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | StorePropertyValue |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | ClickAt |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | SelectFrame |
---|
page | General Web Actions |
---|
|
Multiexcerpt include macro |
---|
name | ClickAndWait |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | StoreExistence |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | ClickJS |
---|
page | WebButton Actions |
---|
|
Multiexcerpt include macro |
---|
name | ActionClick |
---|
page | WebButton Actions |
---|
|
SelectFrameWhenAvailable
This action waits until the specified frame appears on the page and selects when the frame appears. You may specify the timeout and polling interval if required.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|
timeOut | Enter the timeout (in seconds) to wait for the frame to appear. | No | String |
pollingInterval | Enter the frequency (in milliseconds) after which you want to check for the existence of the frame before exhausting timeout. | No | String |
keyFrameAvailable | Enter the key name under which the status of this step will be stored. Stores 0 for Pass, 1 for Fail, and 2 for Defect. | No | String |
statusIfConditionNotSatisfied | Enter the status of the step you want to show in the report in case the expected condition is not satisfied. Default value is Fail. You can override this with Defect. | No | String |
Example:
SelectFrameWhenAvailable "20" "500" "Key" "Defect"