You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
Currently Web Automator checks to see if the desired key/text to set/click is contained within some given text on the screen but sometimes this is not desired. A RegExp can be used beginning and ending with ^ and $ respectively but an option to do strict/full/exact string matching instead of partial string matching may be better... it may even be appropriate for said option to default to "full".
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently Web Automator checks to see if the desired key/text to set/click is contained within some given text on the screen but sometimes this is not desired. A
RegExp
can be used beginning and ending with^
and$
respectively but an option to do strict/full/exact string matching instead of partial string matching may be better... it may even be appropriate for said option to default to "full".The text was updated successfully, but these errors were encountered: