Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test-only]use universal ctrl-meta modifier #11025

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

ScharfViktor
Copy link
Contributor

page.keyboard.press('Control+A') didn't work on macOs, so we had to change it to page.keyboard.press('Meta+A') to run locally.

This has been fixed in the latest version, so now we can use it like await page.keyboard.press('ControlOrMeta+A')

Copy link

update-docs bot commented Jun 11, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@ScharfViktor ScharfViktor force-pushed the useUniversalCtrlMetaModifier1 branch from 8a949d8 to 01b8a64 Compare June 12, 2024 11:27
@ScharfViktor ScharfViktor force-pushed the useUniversalCtrlMetaModifier1 branch from 01b8a64 to 70a896a Compare June 12, 2024 19:13
Copy link

sonarcloud bot commented Jun 13, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@ScharfViktor ScharfViktor merged commit 297c762 into master Jun 13, 2024
3 checks passed
@ScharfViktor ScharfViktor deleted the useUniversalCtrlMetaModifier1 branch July 10, 2024 08:17
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.

None yet

3 participants