Versions Compared

Key

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

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

On this page:

Table of Contents
maxLevel2
minLevel2
absoluteUrltrue

IsChecked

This action verifies that the specified check box is selected. 

If a checkbox is checked and parameter "state" is "true", result is success. If checkbox is checked and parameter "state" is "false" result is Failure.
If checkbox is un-checked and parameter "state" is "true", result is Failure. If checkbox is un-checked and parameter "state" is "false" result is success.

Input Parameters:

ParameterName

Parameter Description

Mandatory

Data Type

state

Value of this parameter can be true or false.
If True – verifies if the checkbox is checked.
If False – verifies if the checkbox is unchecked.

Yes

TRUE

Example:

IsChecked               "TRUE"

Multiexcerpt include macro
nameIsChecked
pageWebCheckBox Actions

CheckIfTrue

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

Input Parameters:

ParameterName

Parameter Description

Mandatory

Data Type

Check

Value of this parameter can be

true

True or

false

False.

If True – selects the checkbox.
If False – Does not select the checkbox.

No

TRUE
  • Set True if you want to select the check box.
  • Set False if you do not want to select the check box. 

No

Boolean

Example:

CheckIfTrue           "TRUE"

Multiexcerpt include macro
nameClick
pageWebButton Actions

Multiexcerpt include macro
nameLongPress
pageMobileButton Actions

Multiexcerpt include macro
nameSwipe
pageMobileButton Actions

Multiexcerpt include macro
nameStoreExistence
pageWebButton Actions

Multiexcerpt include macro
nameStorePropertyValue
pageWebButton Actions

Multiexcerpt include macro
nameVerifyEnability
pageWebButton Actions

Multiexcerpt include macro
nameVerifyExistence
pageWebButton Actions

Multiexcerpt include macro
nameWaitForObject
pageWebButton Actions