...
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt macro | ||
---|---|---|
| ||
DoubleClickThis action double-clicks the specified web element. Example: |
Multiexcerpt macro | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
RightClickThis action right-clicks the specified web element. Input Parameters:
Example: This will select the third option from the context-menu. |
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
New Actions
Multiexcerpt macro | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
StoreTextThis action stores the text existing inside the specified object under the specified keys. The key values can be retrieved using the key names. Input Parameters:
Example: StoreText "Key" |
Multiexcerpt macro | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
StoreLocationThis action stores the current location of the object under the specified keys. The key values can be retrieved using the key names. Input Parameters:
Example: StoreLocation "Height" "Width" |
Multiexcerpt macro | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
StoreCSSPropertyThis action stores the CSS property value of the object under the specified key. Key value can be retrieved using the key name. Input Parameters:
Example: StoreCSSProperty "display" "Key" |
Multiexcerpt macro | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
StoreSizeThis action stores the size of the specified object under keys. The key values can be retrieved using key names. Input Parameters:
Example: StoreSize "Height" "Width" |
Multiexcerpt macro | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SendKeySequenceThis action sends one or multiple keys specified in the parameters to the specified object. You may use the syntaxes mentioned below to send normal or modifier keys. Multiple keys should be separated by caret. Input Parameters:
Adding modifiers like SHIFT, Control, and so forth perform the activity of pressing these keys only. For releasing these keys, you must add these modifiers again based on requirements as shown in the example. Example: sendKeySequence "~{SHIFT~}^w^~{SHIFT~}^elcome" The example above will press the word Welcome. Apart from the normal alphabets, you can also send the modifier keys. When sending modifier keys, you have to send them in the syntax given.
|
Multiexcerpt macro | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
SetValueAttributeThis action sets the data specified in the 'value' attribute of the object.
Example: SetValueAttribute "#ff0990" |
Multiexcerpt macro | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
StoreValueAttributeThis action stores the data present in the 'value' attribute of the object.
Example: StoreValueAttribute "Key" |
Multiexcerpt macro | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
WaitForStalenessThis action waits until the element gets detached from the DOM. Input Parameters:
Example: WaitForStaleness "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
WaitForAttributeContainsThis action waits till the value of the specified attribute changes to the expected partial value. This comparison is case-sensitive. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForAttributeContains "id" "we323es" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
WaitForAttributeNotContainsThis action waits until the specified attribute's value of the object changes to other than the partial parameterized value. This comparison is case-sensitive. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForAttributeValueContains "id" "232waf" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
WaitForAttributeToBeThis action waits till the value of the specified attribute changes to the exact expected value. This comparison is case-sensitive. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForAttributeToBe "id" "232waf" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
WaitForAttributeNotToBeThis action waits until the specified attribute's value of the object changes to other than the exact parameterized value. This comparison is case-sensitive. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForAttributeNotToBe "id" "232waf" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForAttributeNotToBeEmptyThis action waits until the specified attribute's value of the object gets filled with some value. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForAttributeNotToBeEmpty "id" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForAttributeToBeEmptyThis action waits until the specified attribute's value of the object gets empty. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForAttributeToBeEmpty "id" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
WaitForClickabilityThis action waits for the specified object to be clickable. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForClickability "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
WaitForExistenceThis action waits for the existence of the specified object. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForExistence "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForInnerTextContainsThis action waits for the object to contain the expected partial text. The comparison is case-sensitive. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForInnerTextContains "Connect" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForInnerTextMatchesPatternThis action waits for inner text from the specified object to match the expected text regular expression pattern. The comparison is case-sensitive. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForInnerTextMatchesPattern ".*[My]text.*" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForInnerTextNotContainsThis action waits until the specified attribute's value of the object changes to other than the parameterized value. The comparison is case-sensitive. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForInnerTextNotContains "Connect" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForInnerTextNotToBeThis action waits till the inner text of the object changes from the specified text. The comparison is case-sensitive. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForInnerTextNotToBe "Connect" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForInnerTextToBeThis action waits for the object to contain the expected exact text. The comparison is case-sensitive. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForInnerTextToBe "Connect" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
WaitForInvisibilityThis action waits for the object to invisible. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForInvisibility "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
WaitForNonClickabilityThis object waits for the object to become non clickable. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForNonClickability "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
WaitForNonExistenceThis action waits for the non existence of the specified object. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForNonExistence "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
WaitForVisibilityThis action waits for the object to be visible. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForVisibility "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForNumberOfElementsToBeThis action waits for the number of elements of the specified object locator on the page to be same as the expected number. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForNumberOfElementsToBe "2" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForNumberOfElementsToBeLessThanThis action waits for the number of elements of the specified object locator on the page to be less than the specified number. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForNumberOfElementsToBeLessThan "2" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForNumberOfElementsToBeMoreThanThis action waits for the number of elements of the specified object locator on the page to be more than the specified number. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForNumberOfElementsToBeMoreThan "2" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
WaitForChildElementThis action waits for the child elements of the specified object to appear. You may specify the timeout and polling interval, if required. Input Parameters:
Example: WaitForChildElement "id" "2" "5" "500" "Key" "Defect" |
Multiexcerpt include macro | ||||
---|---|---|---|---|
|