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

docs(dotnet): Keyboard examples #6539

Merged
merged 2 commits into from May 13, 2021
Merged

docs(dotnet): Keyboard examples #6539

merged 2 commits into from May 13, 2021

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.

None yet

2 participants