Skip to content

Commit 384a91c

Browse files
committed
Add some
1 parent b70bb6b commit 384a91c

File tree

1 file changed

+0
-2
lines changed
  • docs/sources/k6/next/javascript-api/k6-browser/page

1 file changed

+0
-2
lines changed

docs/sources/k6/next/javascript-api/k6-browser/page/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Page provides methods to interact with a single tab in a running web browser. A
2020
| [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. |
2121
| [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`. |
2222
| [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'` |
23-
| [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. |
24-
| [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. |
2523
| [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. |
2624
| [emulateVisionDeficiency(type)](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/emulatevisiondeficiency) | Emulates your website with the specified vision deficiency `type`. |
2725
| [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

Comments
 (0)