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 Jul 29, 2024. It is now read-only.
bindings which use characters that have special meaning in regular expressions will fail to work in By.exactBinding - the binding needs to be escaped before matching. It is deceiving because of the way you have the argument described:
passing in 'vehicle.garagingTerritory.name()' to By.exactBinding will not match the element. You must at least escape the parenthesis. I would suggest escaping all of the input automatically, or adjusting the documentation to describe when the user needs to escape the input themselves.
Thanks
The text was updated successfully, but these errors were encountered:
bindings which use characters that have special meaning in regular expressions will fail to work in By.exactBinding - the binding needs to be escaped before matching. It is deceiving because of the way you have the argument described:
Example:
passing in 'vehicle.garagingTerritory.name()' to By.exactBinding will not match the element. You must at least escape the parenthesis. I would suggest escaping all of the input automatically, or adjusting the documentation to describe when the user needs to escape the input themselves.
Thanks
The text was updated successfully, but these errors were encountered: