Skip to content

Conversation

@avodovnik
Copy link
Contributor

No description provided.

// on Windows and Linux
await page.Keyboard.PressAsync("Control+A");
// on macOS
await page.Keyboard.Press("Meta+A");
Copy link
Member

Choose a reason for hiding this comment

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

Async?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes! Thanks for spotting it.

@avodovnik avodovnik merged commit fce904f into microsoft:master May 13, 2021
@avodovnik avodovnik deleted the dev/anvod/docs/examples/keyboardandmouse branch May 13, 2021 09:15
pavelfeldman pushed a commit that referenced this pull request May 13, 2021
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.

2 participants