Versions Compared

Key

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

Multiexcerpt include macro
nameScrollIntoView
pageWebButton Actions


Multiexcerpt include macro
nameVerifyExistence
pageWebButton Actions

On this page:

Table of Contents
maxLevel2
minLevel2
absoluteUrltrue

Multiexcerpt include macro
nameVerifyVisibility
pageWebButton Actions

IsChecked

This action verifies that specified check box is selected.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

state

The value of this parameter can be true or false.

If True – checks if the checkbox is selected
If False – checks if the checkbox is deselected

Yes

String

Example:
IsChecked                           "true"

Check

This action selects the specified check box.

This action does not have any parameter.

Example:
Check

UnCheck

This action deselects the specified check box. 

This action does not have any parameter.

Example:
UnCheck


Multiexcerpt include macro
nameClick
pageWebButton Actions


Multiexcerpt include macro
nameStorePropertyValue
pageWebButton Actions


Multiexcerpt include macro
nameSetFocus
pageWebButton Actions

SelectByIndex

This action selects the specified checkbox based on its index number. The indexes start from 1.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

groupName

The group name to which the checkbox belongs. This is the name attribute in html.

Yes

String

index

Index of the checkbox in the group. Index starts at 1.

Yes

String

Example:

SelectByIndex                               "Occupation"              "3"

Multiexcerpt include macro
nameVerifyEnability
pageWebButton Actions


Multiexcerpt include macro
nameClickAt
pageWebButton Actions


Multiexcerpt include macro
nameWaitForObject
pageWebButton Actions

CheckIfTrue

This action selects the checkbox, only if the parameter passed is true.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

check

Value of this parameters can be true or false.


Yes

String

Example
CheckIfTrue                        "TRUE"


Multiexcerpt include macro
nameClickAndWait
pageWebButton Actions


Multiexcerpt include macro
nameStoreExistence
pageWebButton Actions


Multiexcerpt include macro
nameStoreChildCount-withoutlocator
pageWebButton Actions


Multiexcerpt include macro
nameClickJS
pageWebButton Actions


Multiexcerpt include macro
nameActionClick
pageWebButton Actions