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
|[all()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/all)| When multiple elements match the selector, returns an array of `locator`. |
|[clear([options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/clear)| Clears text boxes and input fields of any existing values. |
23
24
|[click([options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/click) {{< docs/bwipt id="471" >}} | Mouse click on the chosen element. |
When multiple elements match the selector, returns an array of [Locator](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/locator/), each pointing to their respective element.
0 commit comments