Skip to content

Conversation

@Skn0tt
Copy link
Member

@Skn0tt Skn0tt commented Oct 29, 2024

Closes #33335

@Skn0tt Skn0tt requested a review from mxschmitt October 29, 2024 07:46
@Skn0tt Skn0tt self-assigned this Oct 29, 2024
// on macOS
await page.keyboard.press('Meta+A');
// cross-platform
await page.keyboard.press('ControlOrMeta+A');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets move it up two positions or nuke Control/Meta entirely.

Copy link
Member Author

@Skn0tt Skn0tt Oct 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💣'd them

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

Test results for "tests 1"

2 flaky ⚠️ [playwright-test] › ui-mode-test-ct.spec.ts:215:5 › should watch component via util @ubuntu-latest-node20-1
⚠️ [playwright-test] › ui-mode-test-watch.spec.ts:145:5 › should watch all @windows-latest-node18-1

36697 passed, 630 skipped
✔️✔️✔️

Merge workflow run.

YusukeIwaki added a commit to YusukeIwaki/playwright-ruby-client that referenced this pull request Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs]: Update example to trigger select-all from keyboard

2 participants