mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
docs(puppeteer): add accessibility functions
This commit is contained in:
@@ -225,7 +225,7 @@ worker.url() // Returns worker url.
|
|||||||
// The accessibility tree is used by assistive technology such as screen readers or switches.
|
// 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
|
// 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
|
||||||
// Keyboard provides an api for managing a virtual keyboard.
|
// Keyboard provides an api for managing a virtual keyboard.
|
||||||
|
|||||||
Reference in New Issue
Block a user