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
|[$(selector)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/page-dollar)| Finds an element matching the specified `selector` within the page. |
14
+
|[$$(selector)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/page-doubledollar)| Finds all elements matching the specified `selector` within the page. |
13
15
|[bringToFront()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/bringtofront)| Activates a browser tab. |
14
16
|[check(selector[, options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/check/)| Select the input checkbox. |
15
17
|[click(selector[, options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/click/)| Clicks on an element matching a `selector`. |
@@ -18,8 +20,6 @@ Page provides methods to interact with a single tab in a running web browser. A
18
20
|[context()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/context)| Gets the [BrowserContext](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/browsercontext) that the page belongs to. |
19
21
|[dblclick(selector[, options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/dblclick/)| With the [Mouse](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/mouse), double click on an element matching the provided `selector`. |
20
22
|[dispatchEvent(selector, type, eventInit[, options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/dispatchevent/)| Dispatches HTML DOM event types e.g. `'click'`|
21
-
|[page$(selector)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/page-dollar)| Finds an element matching the specified `selector` within the page. |
22
-
|[page$$(selector)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/page-doubledollar)| Finds all elements matching the specified `selector` within the page. |
23
23
|[emulateMedia([options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/emulatemedia/)| Changes the CSS media type and the color scheme feature. |
24
24
|[emulateVisionDeficiency(type)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/emulatevisiondeficiency)| Emulates your website with the specified vision deficiency `type`. |
25
25
|[evaluate(pageFunction[, arg])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/evaluate/)| Returns the value of the `pageFunction` invocation. |
0 commit comments