Set Checkbox

This action checks or clears a checkbox.

The found tag must be an <input>-tag of type checkbox.

Note that setting the checkbox may trigger execution of JavaScript, if there are any registered event handlers on the checkbox.

Properties

The Set Checkbox action can be configured using the following properties:

Set Checkbox to

Specifies the state that the checkbox should be set to, i.e. checked or cleared. The state is specified using a Value Selector. The resulting value must be either "true", "on", "1", or "checked" to check the checkbox, and either "false", "off", "0", or "unchecked" to clear the checkbox.

Options

The robot's options can be overridden with the step's own options. An option that is marked with an asterisk in the Options Dialog will override the one from the robot's configuration. All other options will be the same as specified for the robot.