chore: improve docs and scripts (#9107)

This PR updates some docs and scripts related to the recent changes in
the repository.
This commit is contained in:
jrandolf
2022-10-13 18:55:11 +02:00
committed by GitHub
parent 1fbc3c643f
commit 6a05d8e9c1
11 changed files with 174 additions and 201 deletions

View File

@@ -35,7 +35,7 @@ type KeyDescription = Required<
* {@link Keyboard.up}, and {@link Keyboard.sendCharacter}
* to manually fire events as if they were generated from a real keyboard.
*
* On MacOS, keyboard shortcuts like `⌘ A` -\> Select All do not work.
* On macOS, keyboard shortcuts like `⌘ A` -\> Select All do not work.
* See {@link https://github.com/puppeteer/puppeteer/issues/1313 | #1313}.
*
* @example