Select Checkbox

This is a pre-built Action located under the Captured Checkbox Element, instructs the Avo Assure to select or check a checkbox and save the result in the dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

The dynamic variable holds the status as True or False.

Example

Selects the specified checkbox element.

The Select Checkbox action does not take any value in the Input Value column. It performs the selection action on the targeted checkbox. The result of the action is stored in the {Checkbox} variable, with the following possible values:

  • True – If the checkbox is selected successfully.

  • False – If the checkbox selection fails or an error occurs.

Last updated

Was this helpful?