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
Use locator-based [`locator.isHidden([options])`](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser/locator/ishidden/) instead.
| selector | string |`''`| A selector to search for an element. If there are multiple elements satisfying the selector, the first will be used. |
21
-
| options | object |`null`||
22
-
| options.strict | boolean |`false`| When `true`, the call requires selector to resolve to a single element. If given selector resolves to more than one element, the call throws an exception. |
23
-
| options.timeout | number |`30000`| Maximum time in milliseconds. Pass `0` to disable the timeout. Default is overridden by the `setDefaultTimeout` option on [BrowserContext](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser/browsercontext/) or [Page](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser/page/). |
| selector | string |`''`| A selector to search for an element. If there are multiple elements satisfying the selector, the first will be used. |
21
+
| options | object |`null`||
22
+
| options.strict | boolean |`false`| When `true`, the call requires selector to resolve to a single element. If given selector resolves to more than one element, the call throws an exception. |
0 commit comments