Versions Compared

Key

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

Multiexcerpt include macro
nameClick
pageWebButton Actions

Multiexcerpt include macro
nameVerifyExistence
pageWebButton Actions

Multiexcerpt include macro
nameVerifyVisibility
pageWebButton Actions

On this page:

Table of Contents
maxLevel2
absoluteUrltrue
stylesquare

Multiexcerpt include macro
nameDownloadFile
pageWebButton Actions

Multiexcerpt include macro
nameStorePropertyValue
pageWebButton Actions

Multiexcerpt include macro
nameMouseOver
pageWebButton Actions

Multiexcerpt include macro
nameMouseDown
pageWebButton Actions

Multiexcerpt include macro
nameMouseUp
pageWebButton Actions

Multiexcerpt include macro
nameClickAt
pageWebButton Actions

Multiexcerpt include macro
nameSetFocus
pageWebButton Actions

Multiexcerpt macro
nameDoubleClick

DoubleClick

Click

This action clicks the specified object.

This action does not have any parameter.

Example:

Click

ClickAction

This action clicks the specified object from the web application under test.

This action does not have any parameter.

Note: ActionClick uses underlying selenium WebDriver "Action" class to perform click action. Qualitia recommends using this action for web applications.

Example:

ClickAction

ClickAt

This action clicks at the specified point on the object.
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

Yes

String

Y

The y-coordinate of the click.

Yes

String

Example ClickAt        "5"            "10"

ClickJS

This action clicks the specified object from the web application under test.

This action does not have any parameter.

Note: ClickJS uses javascript code to perform the click action. Qualitia recommends using this action for web applications.

Example:
ClickJS

DoubleClick

This action double-clicks the specified web element.

This action does not have any parameter.

Example:

DoubleClick

Multiexcerpt macro
nameRightClick

RightClick

DownloadFile

This action

right-

clicks the

specified web element.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

option

The context menu option number that needs to be clicked.

Yes

String

Example:
RightClick             "3''

This will select the third option from the context-menu.

Multiexcerpt include macro
nameWaitForObject
pageWebButton Actions

Multiexcerpt include macro
nameClickAndWait
pageWebButton Actions

Multiexcerpt macro
nameDragandDrop

DragAndDrop

This action drags and drops the specified web element at the specified location. 

link/element which will populate a download window, and then downloads the file.

The action supports and is explicitly tested for FF3, IE7, IE8. The action will not wait till the file is downloaded, this has to be handled externally by the user.

This action requires AutoIt to be installed.

  1. Install AutoIT from the location http://www.autoitscript.com/site/autoit/downloads/
  2. Click on Download AutoIt v3.
  3. Choose full installation.
  4. After the set up is completed, AutoIT installation path should be set against the Qualitia's configfile key "AutoITPath"

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

offsetX

folderName

Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as +100,100 , -100, 10, and so on.

The path where the file is to be download. Please check Table 1 "Parameter Mandate" to validate in the situation where this parameter will be mandatory. In case the parameter Mandatory; the user should take care that the folder path exists. The action does not validates whether the folder exist

Yes

String

offsetY

Example:
DragAndDrop            "100"              "500"

Multiexcerpt include macro
nameStoreExistence
pageWebButton Actions

Multiexcerpt include macro
nameStoreChildCount-withoutlocator
pageWebButton Actions

Multiexcerpt include macro
nameScrollIntoView
pageWebButton Actions

Multiexcerpt include macro
nameClickJS
pageWebButton Actions

Multiexcerpt include macro
nameActionClick
pageWebButton Actions

New Actions

Multiexcerpt macro
nameWaitForAttributeValueContains

WaitForAttributeValueContains

This 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.  

Filename

Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as -100,100 , +100, and so on.

Yes

String

The filename of the downloadable file, to be given incase the user requires to give specific name and not depend on the default name of the file. In case, the file already exist, similar window like below will appear. Such windows are not handled by the action. Incase, the user does not provide this data, the action will pick the default file name available while download.

No

String


Image Added Example:
Image Added

Image Added


Image Added

Image Added
Example  DownloadFile               "C:/ProgramData"           "Qualitia" 

Image Added  This action is tested on IE8, FF and Chrome. This action is not supported on IE9, IE10, and Google Chrome <16.

On this page:

Table of Contents
maxLevel2
minLevel2


DragAndDropToOffset

This action drags and drops the specified web element at the specified location. 
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

offsetX

Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as +100,100 , -100, 10, and so on.

Yes

String

offsetY

Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as -100,100 , +100, and so on.

Yes

String

Example:

DragAndDropOffset            "100"              "500"

MouseDown

This action simulates left-click at the specified location on the screen.
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

attributeNameEnter the attribute name whose value you want to check

X

The x-coordinate of the click.

Yes

String

attributeValue Enter the partial expected partial attribute value

Y

The y-coordinate of the click.

Yes

String

timeOutEnter the timeout (in seconds) to wait for the expected value. NoIntegerpollingIntervalEnter the frequency (in milliseconds) after which you want to check for existence of the expected value before exhausting timeout. NoIntegerKey_AttributeValueContainsEnter the key name under which the status of this step will be stored. Stores 0 for Pass, 1 for Fail, and 2 for Defect.NoStringstatusIfConditionNotSatisfiedEnter 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.NoString

Example:

WaitForAttributeValueContains      "id"           "we323es"        "

Example:
MouseDown                 "5"           "10"

MouseOver

This action simulates a mouse hovering over the specified object.

This action does not have any parameter. 
Example:

MouseOver

MouseUp

This action simulates the event that occurs when the user releases the mouse button.
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

Yes

String

Y

The y-coordinate of the click.

Yes

String

Example

MouseUp         "5"          "

500"     "Key"       "Defect" Multiexcerpt macro
nameWaitForAttributeValueNotContains

WaitForAttributeValueNotContains

This action waits till the value of the specified attribute changes to the unexpected partial value. This comparison is case-sensitive. You may specify the timeout and polling interval, if required.   

10"

RightClick

This action right-clicks the specified web element.
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

attributeNameEnter the attribute name whose value you want to check

option

The context menu option number that needs to be clicked.

Yes

String

attributeValue Enter the value which is not expected.YesStringtimeOutEnter the timeout (in seconds) to wait for the unexpected value. NoIntegerpollingIntervalEnter the frequency (in milliseconds) after which you want to check for existence of the unexpected value before exhausting timeout. NoIntegerKey_AttributeValueContainsEnter the key name under which the status of this step will be stored. Stores 0 for Pass, 1 for Fail, and 2 for Defect.NoStringstatusIfConditionNotSatisfiedEnter 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.NoString

Example:

WaitForAttributeValueNotContains      "id"           "232waf"        "5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForAttributeValueToBe

WaitForAttributeValueToBe

This 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.   

Example:

RightClick             "3''
This will select the third option from the context-menu.

ScrollIntoView

This action scrolls to view the specified object. 

This action does not have any parameter. 

Example:
ScrollIntoView

SetFocus

This action sets the focus on the specified object.

This action does not have any parameter. 

Example:

SetFocus

StoreChildCount

This action stores the child count of the specified 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

Enter the key name under which the child count will be saved.

Yes

String

Example:
StoreChildCount                               "Key"

StoreExistence

This action stores existence of the object under the specified key. The key value can be retrieved using the key name. 
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

attributeName

Key

Enter the

attribute name whose value you want to check.YesStringattributeValue Enter the exact expected value

key name under which the existence's Boolean value will be stored. 

  • Stores True if the object exists.
  • Stores False if the object does not exist.

Yes

String

timeOutEnter the timeout (in seconds) to wait for the expected value. NoIntegerpollingIntervalEnter the frequency (in milliseconds) after which you want to check for existence of the expected value before exhausting timeout. NoIntegerKey_AttributeValueContainsEnter the key name under which the status of this step will be stored. Stores 0 for Pass, 1 for Fail, and 2 for Defect.NoStringstatusIfConditionNotSatisfiedEnter 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.NoString

Example:

WaitForAttributeValueToBe         "id"           "232waf"        "5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForAttributeNotToBe

WaitForAttributeValueNotToBe

This action waits till the value of the specified attribute changes to the unexpected value. This comparison is case-sensitive. You may specify the timeout and polling interval, if required.  

Input Parameters:

Parameter NameParameter DescriptionMandatoryData TypeattributeNameEnter the attribute name whose value you want to check.YesStringattributeValue Enter the value which is not expected.YesStringtimeOutEnter the timeout (in seconds) to wait for the unexpected value. NoIntegerpollingIntervalEnter the frequency (in milliseconds) after which you want to check for existence of the expected value before exhausting timeout. NoIntegerKey_AttributeValueContainsEnter the key name under which the status of this step will be stored. Stores 0 for Pass, 1 for Fail, and 2 for Defect.NoStringstatusIfConditionNotSatisfiedEnter 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.NoString

Example:

WaitForAttributeValueNotToBe      "id"           "232waf"        "5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForAttributeValueNotToBeEmpty

WaitForAttributeValueNotToBeEmpty

This action waits till the attribute value of the specified object gets filled with some value. You may specify the timeout and polling interval, if required.

Example:
StoreExistence                               "Key"

StorePropertyValue

This action stores the property of the specified object under the key name. The stored key value can be retrieved using the key name.
Some Android and iOS properties are not accessible.
List of accessible properties for Android: "name", "contentDescription", "className", "resourceId", "text", "enabled", "checkable", "checked", "clickable", "focusable", "focused", "longClickable", "scrollable", "selected", "displayed"
List of accessible properties for iOS: "name", "value", "label", "hint"
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

Key

Enter the key name under which the property value will be stored.

Yes

 String

Property

Property/attribute name whose value needs to be stored under the specified key. This can be any accessible property of Android/iOS native object mentioned above.

Yes

 String

Example:

StorePropertyValue                            "key"                     "text"

VerifyEnability

This action verifies the enability of the specified object. 
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

enability

Value for this parameters can be true or false.

  • Set True if you want to verify that the object is enabled. 
  • Set False if you want to verify that the object is disabled.

Yes

String

Example:

VerifyEnability                          "True"

VerifyExistence

This action verifies the existence of the specified object. 
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

attributeNameEnter the attribute name whose value

existence

Value for this parameters can be true or false.

  • Set True if you want to check
.YesStringtimeOutEnter the timeout (in seconds) to wait for the attribute value.  NoIntegerpollingIntervalEnter the frequency (in milliseconds) after which you want to check for the attribute value before exhausting timeout. NoIntegerKey_AttributeValueContainsEnter the key name under which the status of this step will be stored. Stores 0 for Pass, 1 for Fail, and 2 for Defect.NoStringstatusIfConditionNotSatisfiedEnter 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
  • the existence.
  • Set False if you want to check the non-existence.

Yes

String

Example:

VerifyExistence                      "True"

VerifyVisibility

This action verifies the visibility of the specified object.
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

visibility

Value for this parameters can be true or false.

  • Set True if you want to check the visibility.
  • Set False if you want to check the invisibility.

Yes

String

Example:

WaitForAttributeValueNotToBeEmpty 

VerifyVisibility  

  "id"

           

"5" 

       

 

"

500"     "Key"       "Defect" Multiexcerpt macro
nameWaitForAttributeValueToBeEmpty

WaitForAttributeValueToBeEmpty

This action waits till the attribute value of the specified object to be empty. You may specify the timeout and polling interval, if required.  

True"

StoreText

This 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:

Parameter Name

Parameter

Parameter Description

Mandatory

Data Type

attributeName

keyText

Enter the

attribute

key name

whose value you want to check

to store the text from the specified object.

Yes

String

timeOutEnter the timeout (in seconds) to wait for the attribute value to be empty.  NoIntegerpollingIntervalEnter the frequency (in milliseconds) after which you want to check for the attribute value before exhausting timeout. NoIntegerKey_AttributeValueContainsEnter the key name under which the status of this step will be stored. Stores 0 for Pass, 1 for Fail, and 2 for Defect.NoStringstatusIfConditionNotSatisfiedEnter 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

Example:
StoreText        "Key" 

StoreLocation

This action stores the current location of the object under the specified keys. The key values can be retrieved using the key names. 
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

keyHeight

Enter the key name to store the height of the location of the object.

Yes

String

keyWidth

Enter the key name to store the width of the location of the object.

Yes

String

Example:

WaitForAttributeValueToBeEmpty 

StoreLocation        "

id

Height"            "

5"          "500"     "Key"       "Defect" Multiexcerpt macro
nameWaitForClickability

WaitForClickability

This action waits for the specified object to be clickable. You may specify the timeout and polling interval, if required

Width"

StoreCSSProperty

This action stores the CSS property value of the object under the specified key. Key value can be retrieved using the key name
Input Parameters:

Parameter Name

Parameter

Parameter Description

Mandatory

Data Type

timeOut

property

Enter the

timeout (in seconds) to wait for the object to be clickable.   NoIntegerpollingIntervalEnter the frequency (in milliseconds) after which you want to check for the object clickability before exhausting timeout. NoIntegerKey_AttributeValueContains

property name whose value you want to store.

Yes

String

keyProperty

Enter the key name under which the

status of this step

property value will be stored.

Stores 0 for Pass, 1 for Fail, and 2 for Defect.No

 

Yes

String

statusIfConditionNotSatisfiedEnter 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.NoString

Example:

WaitForClickability     "5"          "500"

Example:
StoreCSSProperty        "display"            "Key"

       "Defect" Multiexcerpt macro
nameWaitForExistence

WaitForExistence

This action waits for the existence

StoreSize

This action stores the size of the specified object

. You may specify the timeout and polling interval, if required. 

under keys. The key values can be retrieved using key names.
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

timeOut

keyXPosition

Enter the

timeout (in seconds) to wait for the existence

key name under which you want to store the height of the object.

   

No

Yes

Integer

String

pollingInterval

keyYPosition

Enter the

frequency (in milliseconds) after

key name under which you want to

check for

store the

existence

width of the object

before exhausting timeout

.

 

No

Example:

WaitForExistence     "5"

Yes

IntegerKey_AttributeValueContainsEnter the key name under which the status of this step will be stored. Stores 0 for Pass, 1 for Fail, and 2 for Defect.NoStringstatusIfConditionNotSatisfiedEnter 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.NoString

String

Example:
StoreSize           "Height"             

"500"

     "

Key"       "Defect"multiexcerpt

Width"

WaitForInnerTextContains

Multiexcerpt include-macro
name

WaitForInnerTextContains

SendKeySequence
pageWebEdit Actions

SetValueAttribute

This 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:

sets the data specified in the 'value' attribute of the object.

Parameter Name

Parameter Description

Mandatory

Data Type

innerText

value

Enter the

expected text you want to wait for

value to be added for the Value attribute.

Yes

String

timeOutEnter the timeout (in seconds) to wait for the expected text.   NoIntegerpollingIntervalEnter the frequency (in milliseconds) after which you want to check for the expected text before exhausting timeout. NoIntegerKey_AttributeValueContains

Example:
SetValueAttribute           "#ff0990"

StoreValueAttribute

This action stores the data present in the 'value' attribute of the object.

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter the key name under which the

status of this step

value will be stored.

Stores 0 for Pass, 1 for Fail, and 2 for Defect.NoStringstatusIfConditionNotSatisfiedEnter 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

Enter the value to be added for the Value attribute.Key value can be retried using the key name.

Yes

String

Example:

WaitForInnerTextContains   

StoreValueAttribute        "

Connect"       "5"       "500"     "Key"       "Defect" Multiexcerpt macro
nameWaitForInnerTextMatchesPattern

WaitForInnerTextMatchesPattern

This 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. 

Key"

WaitForStaleness

This action waits until the element gets detached from the DOM. 
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

innerTextRegXPattern

timeOut

Enter the

expected pattern for the inner text. Pattern should be regular expression. Step fails in case the pattern is invalid.YesStringtimeOutEnter the timeout (in seconds) to wait for the expected text.   NoInteger

timeout (in seconds) to wait for the value to be detached.  

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for existence of the

expected text

element before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyStatus

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

value for this parameter can be Pass, Fail, and Defect.

No

String

 

Example:

WaitForInnerTextMatchesPattern 

WaitForStaleness        "

Connect

5"

     

 

"5"

        "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForInnerTextNotContains

WaitForInnerTextNotContains

WaitForAttributeContains

This action waits

for

till the

inner text

value of the

object does not contain the specified string

specified attribute changes to the expected partial value.

 The

This comparison is case-sensitive.

 You

You may specify the timeout and polling interval, if required.

 

  
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

innerText

attributeName

Enter the

text which should not be there in the object. 

attribute name whose value you want to check.

Yes

String

attributeValue 

Enter the partial expected partial attribute value.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the

inner text to dissipate

expected value

  

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for existence of the expected

text to be disappeared

value before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyAttributeValueContains

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForInnerTextNotContains 

WaitForAttributeContains      "id"           "

Connect

we323es"        "5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForInnerTextNotToBe

WaitForInnerTextNotToBe

WaitForAttributeNotContains

This action waits

till the inner text

until the specified attribute's value of the object changes

from the specified text. The

to other than the partial parameterized value. This comparison is case-sensitive.

 You

You may specify the timeout and polling interval, if required.   
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

innerText

attributeName

Enter the

text which should not be there in the object

attribute name whose value you want to check.

Yes

String

attributeValue 

Enter the value which should not be there in the attribute value.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the

expected text

value to change

 

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for existence of the

expected text

unexpected value before exhausting timeout.

 

No

Integer

String

Key_AttributeValueContains

keyAttributeValue

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForInnerTextNotToBe 

WaitForAttributeValueContains      "id"           "

Connect

232waf"        "5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForInnerTextToBe

WaitForInnerTextToBe

WaitForAttributeToBe

This action waits

for the object to contain the expected exact text. The

till the value of the specified attribute changes to the exact expected value. This comparison is case-sensitive.

 You

You may specify the timeout and polling interval, if required.   
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

innerText

attributeName

Enter the

expected text

attribute name whose value you want to

wait for

check.

Yes

String

attributeValue 

Enter the exact expected value.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the expected

text

value

 

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for existence of the expected

text

value before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyAttributeValue

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForInnerTextToBe 

WaitForAttributeToBe         "

Connect

id"           "

5

232waf"        "

500

5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForInvisibility
WaitForInvisibility

WaitForAttributeNotToBe

This action waits

for

until the specified attribute's value of the object

to invisible

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:

Parameter Name

Parameter Description

Mandatory

Data Type

attributeName

Enter the attribute name whose value you want to check.

Yes

String

attributeValue 

Enter the value which should not be there in the attribute value.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the

object

value to

go invisible

change

  

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for existence of the

invisibility

expected value before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyAttributeValueNotToBe

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForInvisibility 

WaitForAttributeNotToBe      "id"           "232waf"        "5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForNonClickability

WaitForNonClickability

This object waits for the object to become non clickable. You

WaitForAttributeNotToBeEmpty

This 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:

Parameter Name

Parameter Description

Mandatory

Data Type

attributeName

Enter the attribute name whose value you want to check.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the

object to become non clickable.     

attribute value.  

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the

clickability

attribute value before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyAttributeValue

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForNonClickability 

WaitForAttributeNotToBeEmpty      "id"           "5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForNonExistence

WaitForNonExistence

WaitForAttributeToBeEmpty

This action waits

for the non existence

until the specified attribute's value of the

specified

object gets empty.

You

 You may specify the timeout and polling interval, if required.

 

  
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

attributeName

Enter the attribute name whose value you want to check.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the

non existence of the object.   

attribute value to be empty.  

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for

non existence of

the

object

attribute value before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyAttributeValue

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForNonExistence 

WaitForAttributeToBeEmpty   

 

  "

5

id"           "5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForSelection
WaitForSelection

WaitForClickability

This action waits

till

for the specified object

gets selected

to be clickable. 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 object to

get selected

be clickable.   

 

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for

the selection of

the object clickability before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyClickability

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForSelection 

WaitForClickability     

  

"5"          "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForSelectionStateToBe
WaitForSelectionStateToBe

WaitForExistence

This

action waits

action waits for the

object to go to the specified state. You

existence of the specified object. You may specify the timeout and polling interval, if required. 

 

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

expectedSelectionStateEnter the expected selection state. Set True for selection and False for deselection.

YesBoolean

timeOut

Enter the timeout (in seconds) to wait for the existence of the object

to get selected

.   

 

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the

selection

existence of the object before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyExistence

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForSelectionState          "False"   

WaitForExistence     "5"          "500"     

 

"Key"       "Defect"

Multiexcerpt macro
nameWaitForVisibility

WaitForVisibility

WaitForInnerTextContains

This action waits for the object to

be visible. You

contain the expected partial text. The comparison is case-sensitive. You may specify the timeout and polling interval, if required. 
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

innerText

Enter the expected text you want to wait for.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the

object visibility

expected text

  

 

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the

object visibility

expected text before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyInnerTextContains

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForVisibility 

WaitForInnerTextContains          "

5

Connect"       "5"       "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForNumberOfElementsToBe

WaitForNumberOfElementsToBe

WaitForInnerTextMatchesPattern

This action waits for

the number of elements of

inner text from the specified object

locator on the page to be same as the expected number. You

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:

Parameter Name

Parameter Description

Mandatory

Data Type

number

innerTextRegXPattern

Enter the expected

number of elements to wait for.

pattern for the inner text. Pattern should be regular expression. Step fails in case the pattern is invalid.

Yes

Integer

String

timeOut

Enter the timeout (in seconds) to wait for the

number elements to appear

expected text 

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the

objects

expected text before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyInnerText

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForNumberOfElementsToBe   

WaitForInnerTextMatchesPattern           "

2"

.[My]text."       "5"

 

       "500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForNumberOfElementsToBeLessThan

WaitForNumberOfElementsToBeLessThan

WaitForInnerTextNotContains

This action waits

for the number of elements

until the specified attribute's value of the

specified

object

locator on the page to be less than the specified number. You

changes to other than the parameterized value. The comparison is case-sensitive. You may specify the timeout and polling interval, if required. 

 

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

number

innerText

Enter the

expected number of elements to wait for.

text which should not be there in the attribute value. 

Yes

Integer

String

timeOut

Enter the timeout (in seconds) to wait for the

number elements to appear

inner text to disappear  

No

Integer

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the

objects

expected text to be disappeared before exhausting timeout. 

No

Integer

String

Key_AttributeValueContains

keyInnerTextNotContains

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

value for this parameter can be Pass, Fail, and Defect.

No

String

Example:

WaitForNumberOfElementsToBeLessThan 

WaitForInnerTextNotContains          "

2

Connect"       

 

"5"       

 

"500"     "Key"       "Defect"

Multiexcerpt macro
nameWaitForNumberOfElementsToBeMoreThan

WaitForNumberOfElementsToBeMoreThan

This 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.

 

WaitForInnerTextNotToBe

This 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:

Parameter Name

Parameter Description

Mandatory

Data Type

innerText

Enter the text which should not be there in the object.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the text to change.   

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the expected text before exhausting timeout. 

No

String

keyInnerTextNotToBe

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForInnerTextNotToBe          "Connect"       "5"       "500"     "Key"       "Defect"

WaitForInnerTextToBe

This 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:

Parameter Name

Parameter Description

Mandatory

Data Type

innerText

Enter the expected text you want to wait for.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the expected text.   

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the expected text before exhausting timeout. 

No

String

keyInnerText

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForInnerTextToBe          "Connect"       "5"       "500"     "Key"       "Defect"

WaitForInvisibility

This action waits for the object to invisible. 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 object to go invisible.    

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the invisibility before exhausting timeout. 

No

String

keyInvisibility

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForInvisibility     "5"          "500"     "Key"       "Defect"

WaitForNonClickability

This object waits for the object to become non clickable. 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 object to become non clickable.     

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the clickability before exhausting timeout. 

No

String

keyNonClickability

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForNonClickability      "5"          "500"     "Key"       "Defect"

WaitForNonExistence

This action waits for the non existence of the specified object. 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 non existence of the object.   

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for non existence of the object before exhausting timeout. 

No

String

keyNonExistence

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForNonExistence     "5"          "500"     "Key"       "Defect"

WaitForVisibility

This action waits for the object to be visible. 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 object visibility.    

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the object visibility before exhausting timeout. 

No

String

keyVisibility

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForVisibility     "5"          "500"     "Key"       "Defect"

WaitForNumberOfElementsToBe

This 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:

Parameter Name

Parameter Description

Mandatory

Data Type

number

Enter the expected number of elements to wait for.

Yes

Integer

timeOut

Enter the timeout (in seconds) to wait for the number elements to appear. 

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the objects before exhausting timeout. 

No

String

keyNumberOfElements

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForNumberOfElementsToBe       "2"         "5"          "500"     "Key"       "Defect"

WaitForNumberOfElementsToBeLessThan

This 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:

Parameter Name

Parameter Description

Mandatory

Data Type

expectedNumOfElements

Enter the expected number of elements to wait for.

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the number elements to appear. 

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the objects before exhausting timeout. 

No

Integer

keyNumOfElementsLessThan

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForNumberOfElementsToBeLessThan       "2"         "5"          "500"     "Key"       "Defect"

WaitForNumberOfElementsToBeMoreThan

This 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:

Parameter Name

Parameter Description

Mandatory

Data Type

expectedNumOfElements

Enter the expected number of elements to wait for.

Yes

Integer

timeOut

Enter the timeout (in seconds) to wait for the number elements to appear. 

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the objects before exhausting timeout. 

No

String

keyNumOfElementsLessThan

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForNumberOfElementsToBeMoreThan       "2"         "5"          "500"     "Key"       "Defect"

WaitForChildElement

This action waits for the child elements of the specified object to appear. You may specify the timeout and polling interval, if required.
Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

childLocatorType

Enter the locator type of the object whose child you want to check.

Yes

String

childLocatorValue

Enter the locator value of the child you want to check. 

Yes

String

timeOut

Enter the timeout (in seconds) to wait for the elements to appear. 

No

String

pollingInterval

Enter the frequency (in milliseconds) after which you want to check for the objects before exhausting timeout. 

No

String

keyExistence

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. value for this parameter can be Pass, Fail, and Defect.

No

String

Example:
WaitForChildElement      "id"       "2"         "5"          "500"     "Key"       "Defect"

ClickAndWait (Deprecated)

This action clicks the specified object and waits for the seconds specified in Sync Time under the Configuration Settings (Execution) window.

Default value is 20 seconds. If the page loads before reaching the maximum sync time execution continues to the next steps. 

This action does not have any parameter. 

Example:

ClickAndWait

Webdriver waits 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 stops waiting. The condition to wait till the document to load in ready state and assume that the page is loaded could however not work as expected at all times.

WaitForObject (Deprecated)

This action waits for the object to appear or disappear for the maximum number of seconds specified.

If the object is found or not found before the maximum time specified, execution continues to the next steps.

If the wait time is "" then the wait time shall be the "Sync Time" set under the Configuration Settings (Execution) window.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

number

waitTime

Enter the

expected

number of

elements to wait for.YesIntegertimeOutEnter the timeout (in

seconds

)

to wait for the

number elements

object to appear

NoIntegerpollingIntervalEnter the frequency (in milliseconds) after which you want to check for the objects before exhausting timeout. NoIntegerKey_AttributeValueContainsEnter the key name under which the status of this step will be stored. Stores 0 for Pass, 1 for Fail, and 2 for Defect.NoStringstatusIfConditionNotSatisfiedEnter 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

or disappear. This has to be 0 or any positive number.

Yes

String

existence

Value for this parameter can be true or false.

  • Set true if you want to check for the appearance of the object.
  • Set false if you want to check for the disappearance of the object.

Yes

String

Example:

WaitForNumberOfElementsToBeMoreThan 

WaitForObject           "

2

10"            "

5"

true"

The action waits for maximum 10 seconds for the object to appear. If the object appears before 10 seconds elapses, execution continues to the next steps.

WaitForObject        

 

"

500

15"      

"Key"

   

   

"

Defect"

False"

The action shall wait for maximum 15 seconds for the object to disappear. If the object disappears before 15 seconds elapses,execution continues to the next steps.