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 matching strings while ignoring case without needing to use RegExp's #3

@mfulton26

Description

@mfulton26

The following works but requires using regular expressions which require escaping special characters, etc.:

await automator.set(/first name/i).to('Joyce');

It would be nice to have some WebAutomator option to allow matching strings while ignoring case. e.g.:

automator.manage().setIgnoreCase(true);

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