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
| options.hasText | string or RegExp |`null`| Matches only elements that contain the specified text. String or regular expression. Optional.|
16
-
| options.hasNotText | string or RegExp |`null`| Matches only elements that do not contain the specified text. String or regular expression. Optional.|
| options | object |`null`| If not provided, the method behaves like a no-op and returns a locator identical to the original one.|
15
+
| options.hasText | string or RegExp |`null`| Matches only elements that contain the specified text. String or regular expression. Optional. |
16
+
| options.hasNotText | string or RegExp |`null`| Matches only elements that do not contain the specified text. String or regular expression. Optional. |
0 commit comments