Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Add support for setting checkbox values to true/false explicitly #2

@mfulton26

Description

@mfulton26

e.g.

await automator.set('I confirm that these details are accurate.').to(true); // or `false`

in lieu of

await automator.click('I confirm that these details are accurate.');

which only toggles the state of the checkbox but does not know if it is setting it to true (checked) or false (not checked).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions