Skip to content

Commit b70bb6b

Browse files
committed
Fix $ and $$ in page index
1 parent cdd70c7 commit b70bb6b

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Page provides methods to interact with a single tab in a running web browser. A
1010

1111
| Method | Description |
1212
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13+
| [$(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. |
1315
| [bringToFront()](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/bringtofront) | Activates a browser tab. |
1416
| [check(selector[, options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/check/) | Select the input checkbox. |
1517
| [click(selector[, options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-browser/page/click/) | Clicks on an element matching a `selector`. |

0 commit comments

Comments
 (0)