From 2a8409ed5432a106c6dab358c0dcfc58133989ec Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Thu, 19 Mar 2020 14:42:57 +0100 Subject: [PATCH] docs(puppeteer): add accessibility functions --- tools/puppeteer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/puppeteer.js b/tools/puppeteer.js index 477ed23..c992d8c 100644 --- a/tools/puppeteer.js +++ b/tools/puppeteer.js @@ -225,7 +225,7 @@ worker.url() // Returns worker url. // The accessibility tree is used by assistive technology such as screen readers or switches. // https://pptr.dev/#?product=Puppeteer&version=v2.1.1&show=api-class-accessibility -accessibility.snapshot([options]) // +accessibility.snapshot([options]) // Captures the current state of the accessibility tree. The returned object represents the root accessible node of the page. // KEYBOARD // Keyboard provides an api for managing a virtual keyboard.