Skip to content
This repository has been 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

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

Comments

@mfulton26
Copy link
Owner

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