0% found this document useful (0 votes)
47 views1 page

Puppeteer v3.3.0 Search: Accessibility - Snapshot

This document provides information on accessibility snapshots in Puppeteer. It lists various properties that can be included in a snapshot, such as description, keyshortcuts, roledescription, valuetext, disabled, expanded, focused, and others. The properties provide information about the state and attributes of accessible nodes on the page.

Uploaded by

Edi Imanto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views1 page

Puppeteer v3.3.0 Search: Accessibility - Snapshot

This document provides information on accessibility snapshots in Puppeteer. It lists various properties that can be included in a snapshot, such as description, keyshortcuts, roledescription, valuetext, disabled, expanded, focused, and others. The properties provide information about the state and attributes of accessible nodes on the page.

Uploaded by

Edi Imanto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Puppeteer v3.3.0 Search: accessibility.

snapshot
core value of the node.
Environment Variables description <string > An additional

Working with Chrome human readable description of the node.


Extensions keyshortcuts <string > Keyboard

C Puppeteer
shortcuts associated with this node.
roledescription <string > A human

BrowserFetcher readable alternative to the role.


valuetext <string > A description of
C

C Browser the current value.


disabled <boolean > Whether the

C BrowserContext node is disabled.


expanded <boolean > Whether the
C Page node is expanded or collapsed.
focused <boolean > Whether the node
C WebWorker is focused.
modal <boolean > Whether the node is
C Accessibility modal .
multiline <boolean > Whether the
C Keyboard node text input supports multiline.
multiselectable <boolean > Whether
Mouse
more than one child can be selected.
C

C Touchscreen readonly <boolean > Whether the


node is read only.
C Tracing required <boolean > Whether the
node is required.
C FileChooser selected <boolean > Whether the
node is selected in its parent node.
C Dialog checked <boolean |"mixed"> Whether
the checkbox is checked, or "mixed".
C ConsoleMessage pressed <boolean |"mixed"> Whether

Frame the toggle button is checked, or "mixed".


level <number > The level of a
C

C ExecutionContext heading.
valuemin <number > The minimum
C JSHandle value in a node.
valuemax <number > The maximum
C ElementHandle value in a node.
autocomplete <string > What kind of
C HTTPRequest

You might also like