...
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 macro | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
DragAndDropThis action drags and drops the specified web element at the specified location. Input Parameters:
Example: |
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SendKeysThis 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 commacaret. Input Parameters:
Example: SendKeys "~{SHIFT~},w,~^w^~{SHIFT~},elcome^elcome" The example above will press the word Welcome. Apart from the normal alphabates, you can also send the modifier keys. When sending modifier keys, you have to send them in the syntax given.
|
Multiexcerpt macro | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
WaitForStalenessThis action waits until the element gets detached from the DOM. Input Parameters:
Example: WaitForStaleness "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
WaitForAttributeValueContainsThis 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: WaitForAttributeValueContains "id" "we323es" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
WaitForAttributeValueNotContainsThis 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: WaitForAttributeValueNotContains "id" "232waf" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
WaitForAttributeValueToBeThis 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: WaitForAttributeValueToBe "id" "232waf" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
WaitForAttributeValueNotToBeThis 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: WaitForAttributeValueNotToBe "id" "232waf" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForAttributeValueNotToBeEmptyThis 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: WaitForAttributeValueNotToBeEmpty "id" "5" "500" "Key" "Defect" |
Multiexcerpt macro | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
WaitForAttributeValueToBeEmptyThis 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: WaitForAttributeValueToBeEmpty "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" |