VerifyVisibility
This action verifies the visibility of the specified object.
Input Parameters:
Parameter Name
Parameter Description
Mandatory
visibility
Data type of this parameter is can be true or false.
If True – checks if the page is visible
If False – checks if the page is not visible
Yes
String
Example
VerifyVisibility "True"
Click
This action clicks the specified object
Example:
Click
StorePropertyValue:
This action stores the property value of the specified object against a key name. The stored value can be retrieved by using the key name.
Input Parameters:
Parameter Name
Parameter Description
Mandatory
Data Type
key
Variable in which the property value will be stored
Yes
String
Property
Property/attribute name of the object whose value needs to be stored.
This can be any apt attribute of that html object.
This action also supports "text" as the property. "Text" property will retrieve the inner text of an element.
Yes
String
Example:
StorePropertyValue "value" "name"
ClickAt
This action clicks at a particular point on the object.
Input Parameters:
Parameter Name
Parameter Description
Mandatory
Data Type
X
The x-coordinate to click.
Yes
String
Y
The Y-coordinate to click.
Yes
String
Example:
ClickAt "5" "10"
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
SelectFrame
This action selects the frame within the current window.
This action does not have any parameters.
Example:
SelectFrame
ClickAndWait
This action clicks the page object and waits.It waits for the maximum sync time set in the Qualitia Configuration (Execution) window for key Sync Time. If the page page loads before the maximum sync time, then the action will stop waiting.
Example:
ClickAndWait
Note |
---|
In Webdriver we wait for the document to come in ready state. If it is in ready state it is assumed that the page is loaded completely and Webdriver will stop waiting. The condition to wait till the document is in ready state and assume that the page is loaded could however not work as expected at all times. |
StoreExistence
This action stores the existence of an object under the specified key. The key value can be retrieved using the key name.
Input Parameters:
Parameter Name
Parameter Description
Mandatory
Data Type
Key
The variable in which the existence (true/false) of the object is stored.
Yes
String
Example:
StoreExistence "Key"
Insert excerpt | WebButton Actions | WebButton Actions | nopanel | true|
---|---|---|---|---|
Multiexcerpt include macro | ||||
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|
Multiexcerpt include macro | ||||
---|---|---|---|---|
|