Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ScrollIntoView

This action scrolls to view the specified object. 

This action does not have any parameters. 

Example:

ScrollIntoView

VerifyExistence

This action verifies the existence of the specified object. 

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

existence

Data type of this parameter is can be true or false.
If True – checks if the page exists
If False – checks if the page does not exist

Yes

TRUE

Example:
VerifyExistence                        "True"

Multiexcerpt include macro
nameScrollIntoView
pageWebButton Actions


Multiexcerpt include macro
nameVerifyExistence
pageWebButton Actions


On this page:

Table of Contents
maxLevel2
minLevel2
absoluteUrltrue


VerifyVisibility

This action verifies the visibility of the specified object.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

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"

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"

true
Insert excerpt
WebButton ActionsWebButton Actionsnopanel
Multiexcerpt include macro
nameVerifyVisibility
pageWebButton Actions


Multiexcerpt include macro
nameClick
pageWebButton Actions


Multiexcerpt include macro
nameStorePropertyValue
pageWebButton Actions


Multiexcerpt include macro
nameClickAt
pageWebButton Actions


Multiexcerpt include macro
nameSelectFrame
pageGeneral Web Actions


Multiexcerpt include macro
nameClickAndWait
pageWebButton Actions


Multiexcerpt include macro
nameStoreExistence
pageWebButton Actions


Multiexcerpt include macro
nameClickJS
pageWebButton Actions


Multiexcerpt include macro
nameActionClick
pageWebButton Actions