Skip to content

Commit 291cd2c

Browse files
committed
Add docs for frame.dblclick
1 parent a6486c1 commit 291cd2c

File tree

2 files changed

+114
-47
lines changed

2 files changed

+114
-47
lines changed

docs/sources/next/javascript-api/k6-experimental/browser/frame.md renamed to docs/sources/next/javascript-api/k6-experimental/browser/frame/_index.md

Lines changed: 48 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -10,50 +10,51 @@ weight: 05
1010

1111
## Supported APIs
1212

13-
| Method | Playwright Relevant Distinctions |
14-
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
15-
| <a href="https://playwright.dev/docs/api/class-frame#frame-query-selector" target="_blank" >frame.$(selector[, options])</a> | - |
16-
| <a href="https://playwright.dev/docs/api/class-frame#frame-check" target="_blank" >frame.check(selector[, options])</a> | - |
17-
| <a href="https://playwright.dev/docs/api/class-frame#frame-child-frames" target="_blank" >frame.childFrames()</a> | - |
18-
| <a href="https://playwright.dev/docs/api/class-frame#frame-click" target="_blank" >frame.click(selector[, options])</a> | - |
19-
| <a href="https://playwright.dev/docs/api/class-frame#frame-content" target="_blank" >frame.content()</a> | - |
20-
| <a href="https://playwright.dev/docs/api/class-frame#frame-dblclick" target="_blank" >frame.dblclick(selector[, options])</a> | - |
21-
| <a href="https://playwright.dev/docs/api/class-frame#frame-dispatch-event" target="_blank" >frame.dispatchEvent(selector, type[, eventInit, options])</a> | - |
22-
| <a href="https://playwright.dev/docs/api/class-frame#frame-evaluate" target="_blank" >frame.evaluate(pageFunction[, arg])</a> | - |
23-
| <a href="https://playwright.dev/docs/api/class-frame#frame-evaluate-handle" target="_blank" >frame.evaluateHandle(pageFunction[, arg])</a> | - |
24-
| <a href="https://playwright.dev/docs/api/class-frame#frame-fill" target="_blank" >frame.fill(selector, value[, options])</a> | - |
25-
| <a href="https://playwright.dev/docs/api/class-frame#frame-focus" target="_blank" >frame.focus(selector[, options])</a> | - |
26-
| <a href="https://playwright.dev/docs/api/class-frame#frame-frame-element" target="_blank" >frame.frameElement()</a> | - |
27-
| <a href="https://playwright.dev/docs/api/class-frame#frame-get-attribute" target="_blank" >frame.getAttribute(selector, name[, options])</a> | - |
28-
| <a href="https://playwright.dev/docs/api/class-frame#frame-goto" target="_blank" >frame.goto(url[, options])</a> | - |
29-
| <a href="https://playwright.dev/docs/api/class-frame#frame-hover" target="_blank" >frame.hover(selector[, options])</a> | - |
30-
| <a href="https://playwright.dev/docs/api/class-frame#frame-inner-html" target="_blank" >frame.innerHTML(selector[, options])</a> | - |
31-
| <a href="https://playwright.dev/docs/api/class-frame#frame-inner-text" target="_blank" >frame.innerText(selector[, options])</a> | - |
32-
| <a href="https://playwright.dev/docs/api/class-frame#frame-input-value" target="_blank" >frame.inputValue(selector[, options])</a> | - |
33-
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-checked" target="_blank" >frame.isChecked(selector[, options])</a> | - |
34-
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-detached" target="_blank" >frame.isDetached()</a> | - |
35-
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-disabled" target="_blank" >frame.isDisabled(selector[, options])</a> | - |
36-
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-editable" target="_blank" >frame.isEditable(selector[, options])</a> | - |
37-
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-enabled" target="_blank" >frame.isEnabled(selector[, options])</a> | - |
38-
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-hidden" target="_blank" >frame.isHidden(selector[, options])</a> | - |
39-
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-visible" target="_blank" >frame.isVisible(selector[, options])</a> | - |
40-
| <a href="https://playwright.dev/docs/api/class-frame#frame-locator" target="_blank" >frame.locator(selector[, options])</a> | - |
41-
| <a href="https://playwright.dev/docs/api/class-frame#frame-name" target="_blank" >frame.name()</a> | - |
42-
| <a href="https://playwright.dev/docs/api/class-frame#frame-page" target="_blank" >frame.page()</a> | - |
43-
| <a href="https://playwright.dev/docs/api/class-frame#frame-parent-frame" target="_blank" >frame.parentFrame()</a> | - |
44-
| <a href="https://playwright.dev/docs/api/class-frame#frame-press" target="_blank" >frame.press(selector, key[, options])</a> | - |
45-
| <a href="https://playwright.dev/docs/api/class-frame#frame-select-option" target="_blank" >frame.selectOption(selector, values[, options])</a> | - |
46-
| <a href="https://playwright.dev/docs/api/class-frame#frame-set-checked" target="_blank" >frame.setChecked(selector, checked[, options])</a> | - |
47-
| <a href="https://playwright.dev/docs/api/class-frame#frame-set-content" target="_blank" >frame.setContent(html[, options])</a> | - |
48-
| <a href="https://playwright.dev/docs/api/class-frame#frame-tap" target="_blank" >frame.tap(selector[, options])</a> | - |
49-
| <a href="https://playwright.dev/docs/api/class-frame#frame-text-content" target="_blank" >frame.textContent(selector[, options])</a> | - |
50-
| <a href="https://playwright.dev/docs/api/class-frame#frame-title" target="_blank" >frame.title()</a> | - |
51-
| <a href="https://playwright.dev/docs/api/class-frame#frame-type" target="_blank" >frame.title()</a> | - |
52-
| <a href="https://playwright.dev/docs/api/class-frame#frame-uncheck" target="_blank" >frame.uncheck(selector[, options])</a> | - |
53-
| <a href="https://playwright.dev/docs/api/class-frame#frame-url" target="_blank" >frame.url()</a> | - |
54-
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-function" target="_blank" >frame.waitForFunction(pageFunction[, arg, options])</a> | - |
55-
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-load-state" target="_blank" >frame.waitForLoadState([state, options])</a> | - |
56-
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-navigation" target="_blank" >frame.waitForNavigation([options])</a> | - |
57-
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-selector" target="_blank" >frame.waitForSelector(selector[, options])</a> | - |
58-
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-timeout" target="_blank" >frame.waitForTimeout(timeout)</a> | - |
59-
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-url" target="_blank" >frame.waitForURL(url[, options])</a> | - |
13+
| Method | Playwright Relevant Distinctions |
14+
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
15+
| <a href="https://playwright.dev/docs/api/class-frame#frame-query-selector" target="_blank" >frame.$(selector[, options])</a> | - |
16+
| <a href="https://playwright.dev/docs/api/class-frame#frame-check" target="_blank" >frame.check(selector[, options])</a> | - |
17+
| <a href="https://playwright.dev/docs/api/class-frame#frame-child-frames" target="_blank" >frame.childFrames()</a> | - |
18+
| <a href="https://playwright.dev/docs/api/class-frame#frame-click" target="_blank" >frame.click(selector[, options])</a> | - |
19+
| <a href="https://playwright.dev/docs/api/class-frame#frame-content" target="_blank" >frame.content()</a> | - |
20+
| [frame.dblclick(selector[, options])](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser/frame/dblclick) | Double click on an element matching the provided `selector`. |
21+
| <a href="https://playwright.dev/docs/api/class-frame#frame-dblclick" target="_blank" >frame.dblclick(selector[, options])</a> | - |
22+
| <a href="https://playwright.dev/docs/api/class-frame#frame-dispatch-event" target="_blank" >frame.dispatchEvent(selector, type[, eventInit, options])</a> | - |
23+
| <a href="https://playwright.dev/docs/api/class-frame#frame-evaluate" target="_blank" >frame.evaluate(pageFunction[, arg])</a> | - |
24+
| <a href="https://playwright.dev/docs/api/class-frame#frame-evaluate-handle" target="_blank" >frame.evaluateHandle(pageFunction[, arg])</a> | - |
25+
| <a href="https://playwright.dev/docs/api/class-frame#frame-fill" target="_blank" >frame.fill(selector, value[, options])</a> | - |
26+
| <a href="https://playwright.dev/docs/api/class-frame#frame-focus" target="_blank" >frame.focus(selector[, options])</a> | - |
27+
| <a href="https://playwright.dev/docs/api/class-frame#frame-frame-element" target="_blank" >frame.frameElement()</a> | - |
28+
| <a href="https://playwright.dev/docs/api/class-frame#frame-get-attribute" target="_blank" >frame.getAttribute(selector, name[, options])</a> | - |
29+
| <a href="https://playwright.dev/docs/api/class-frame#frame-goto" target="_blank" >frame.goto(url[, options])</a> | - |
30+
| <a href="https://playwright.dev/docs/api/class-frame#frame-hover" target="_blank" >frame.hover(selector[, options])</a> | - |
31+
| <a href="https://playwright.dev/docs/api/class-frame#frame-inner-html" target="_blank" >frame.innerHTML(selector[, options])</a> | - |
32+
| <a href="https://playwright.dev/docs/api/class-frame#frame-inner-text" target="_blank" >frame.innerText(selector[, options])</a> | - |
33+
| <a href="https://playwright.dev/docs/api/class-frame#frame-input-value" target="_blank" >frame.inputValue(selector[, options])</a> | - |
34+
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-checked" target="_blank" >frame.isChecked(selector[, options])</a> | - |
35+
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-detached" target="_blank" >frame.isDetached()</a> | - |
36+
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-disabled" target="_blank" >frame.isDisabled(selector[, options])</a> | - |
37+
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-editable" target="_blank" >frame.isEditable(selector[, options])</a> | - |
38+
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-enabled" target="_blank" >frame.isEnabled(selector[, options])</a> | - |
39+
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-hidden" target="_blank" >frame.isHidden(selector[, options])</a> | - |
40+
| <a href="https://playwright.dev/docs/api/class-frame#frame-is-visible" target="_blank" >frame.isVisible(selector[, options])</a> | - |
41+
| <a href="https://playwright.dev/docs/api/class-frame#frame-locator" target="_blank" >frame.locator(selector[, options])</a> | - |
42+
| <a href="https://playwright.dev/docs/api/class-frame#frame-name" target="_blank" >frame.name()</a> | - |
43+
| <a href="https://playwright.dev/docs/api/class-frame#frame-page" target="_blank" >frame.page()</a> | - |
44+
| <a href="https://playwright.dev/docs/api/class-frame#frame-parent-frame" target="_blank" >frame.parentFrame()</a> | - |
45+
| <a href="https://playwright.dev/docs/api/class-frame#frame-press" target="_blank" >frame.press(selector, key[, options])</a> | - |
46+
| <a href="https://playwright.dev/docs/api/class-frame#frame-select-option" target="_blank" >frame.selectOption(selector, values[, options])</a> | - |
47+
| <a href="https://playwright.dev/docs/api/class-frame#frame-set-checked" target="_blank" >frame.setChecked(selector, checked[, options])</a> | - |
48+
| <a href="https://playwright.dev/docs/api/class-frame#frame-set-content" target="_blank" >frame.setContent(html[, options])</a> | - |
49+
| <a href="https://playwright.dev/docs/api/class-frame#frame-tap" target="_blank" >frame.tap(selector[, options])</a> | - |
50+
| <a href="https://playwright.dev/docs/api/class-frame#frame-text-content" target="_blank" >frame.textContent(selector[, options])</a> | - |
51+
| <a href="https://playwright.dev/docs/api/class-frame#frame-title" target="_blank" >frame.title()</a> | - |
52+
| <a href="https://playwright.dev/docs/api/class-frame#frame-type" target="_blank" >frame.title()</a> | - |
53+
| <a href="https://playwright.dev/docs/api/class-frame#frame-uncheck" target="_blank" >frame.uncheck(selector[, options])</a> | - |
54+
| <a href="https://playwright.dev/docs/api/class-frame#frame-url" target="_blank" >frame.url()</a> | - |
55+
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-function" target="_blank" >frame.waitForFunction(pageFunction[, arg, options])</a> | - |
56+
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-load-state" target="_blank" >frame.waitForLoadState([state, options])</a> | - |
57+
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-navigation" target="_blank" >frame.waitForNavigation([options])</a> | - |
58+
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-selector" target="_blank" >frame.waitForSelector(selector[, options])</a> | - |
59+
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-timeout" target="_blank" >frame.waitForTimeout(timeout)</a> | - |
60+
| <a href="https://playwright.dev/docs/api/class-frame#frame-wait-for-url" target="_blank" >frame.waitForURL(url[, options])</a> | - |

0 commit comments

Comments
 (0)