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.

Support specifying roles for things to click/set #4

@mfulton26

Description

@mfulton26

Examples:

await automator.click.button("Process Payment"); // click a button
await automator.click.link("Process Payment"); // click a link
await automator.click.menuitem("Process Payment"); // click a menuitem
await automator.click.command("Process Payment"); // click a button, link, or menuitem

await automator.set.textbox("First Name").to("Joyce");
await automator.set.radiogroup('Shipping Information').to('2-Day');

Note that this proposed syntax uses WAI ARIA Widget Roles.

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