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

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

Open
mfulton26 opened this issue Mar 15, 2018 · 0 comments
Open

Comments

@mfulton26
Copy link
Owner

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant