From b7566c1a83e2540f3c5c9005f771f864f53ea421 Mon Sep 17 00:00:00 2001 From: JoelEinbinder Date: Tue, 7 Nov 2017 16:22:58 -0800 Subject: [PATCH] docs: document osx keyboard shortcuts not working (#1311) Fixes #776 --- docs/api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.md b/docs/api.md index 979686883ba..a5c4520f131 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1186,6 +1186,8 @@ await page.keyboard.press('KeyA'); await page.keyboard.up('Shift'); ``` +> **NOTE** On MacOS, keyboard shortcuts like `⌘ A` -> Select All do not work. See [#1313](https://github.com/GoogleChrome/puppeteer/issues/1313) + #### keyboard.down(key[, options]) - `key` <[string]> Name of key to press, such as `ArrowLeft`. See [USKeyboardLayout] for a list of all key names. - `options` <[Object]>