<titledata-rh="true">SerializedAXNode interface | Puppeteer</title><metadata-rh="true"name="viewport"content="width=device-width,initial-scale=1"><metadata-rh="true"name="twitter:card"content="summary_large_image"><metadata-rh="true"property="og:url"content="https://pptr.dev/next/api/puppeteer.serializedaxnode"><metadata-rh="true"property="og:locale"content="en"><metadata-rh="true"name="docsearch:language"content="en"><metadata-rh="true"name="docsearch:counter"content="3"><metadata-rh="true"property="og:title"content="SerializedAXNode interface | Puppeteer"><metadata-rh="true"name="description"content="Represents a Node and the properties of it that are relevant to Accessibility."><metadata-rh="true"property="og:description"content="Represents a Node and the properties of it that are relevant to Accessibility."><linkdata-rh="true"rel="icon"href="/img/favicon.ico"><linkdata-rh="true"rel="canonical"href="https://pptr.dev/next/api/puppeteer.serializedaxnode"><linkdata-rh="true"rel="alternate"href="https://pptr.dev/next/api/puppeteer.serializedaxnode"hreflang="en"><linkdata-rh="true"rel="alternate"href="https://pptr.dev/next/api/puppeteer.serializedaxnode"hreflang="x-default"><linkdata-rh="true"rel="preconnect"href="https://DVKY664LG7-dsn.algolia.net"crossorigin="anonymous"><linkrel="search"type="application/opensearchdescription+xml"title="Puppeteer"href="/opensearch.xml">
<p>Represents a Node and the properties of it that are relevant to Accessibility.</p>
<h4class="anchor anchorWithStickyNavbar_LWe7"id="signature">Signature:<ahref="#signature"class="hash-link"aria-label="Direct link to Signature:"title="Direct link to Signature:"></a></h4>
<h2class="anchor anchorWithStickyNavbar_LWe7"id="properties">Properties<ahref="#properties"class="hash-link"aria-label="Direct link to Properties"title="Direct link to Properties"></a></h2>
<table><thead><tr><th>Property</th><th>Modifiers</th><th>Type</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>autocomplete</td><td><code>optional</code></td><td>string</td><td></td><td></td></tr><tr><td>checked</td><td><code>optional</code></td><td>boolean | 'mixed'</td><td>Whether the checkbox is checked, or in a <ahref="https://www.w3.org/TR/wai-aria-practices/examples/checkbox/checkbox-2/checkbox-2.html"target="_blank"rel="noopener noreferrer">mixed state</a>.</td><td></td></tr><tr><td>children</td><td><code>optional</code></td><td><ahref="/next/api/puppeteer.serializedaxnode">SerializedAXNode</a>[]</td><td>Children of this node, if there are any.</td><td></td></tr><tr><td>description</td><td><code>optional</code></td><td>string</td><td>An additional human readable description of the node.</td><td></td></tr><tr><td>disabled</td><td><code>optional</code></td><td>boolean</td><td></td><td></td></tr><tr><td>expanded</td><td><code>optional</code></td><td>boolean</td><td></td><td></td></tr><tr><td>focused</td><td><code>optional</code></td><td>boolean</td><td></td><td></td></tr><tr><td>haspopup</td><td><code>optional</code></td><td>string</td><td></td><td></td></tr><tr><td>invalid</td><td><code>optional</code></td><td>string</td><td>Whether and in what way this node's value is invalid.</td><td></td></tr><tr><td>keyshortcuts</td><td><code>optional</code></td><td>string</td><td>Any keyboard shortcuts associated with this node.</td><td></td></tr><tr><td>level</td><td><code>optional</code></td><td>number</td><td>The level of a heading.</td><td></td></tr><tr><td>modal</td><td><code>optional</code></td><td>boolean</td><td></td><td></td></tr><tr><td>multiline</td><td><code>optional</code></td><td>boolean</td><td></td><td></td></tr><tr><td>multiselectable</td><td><code>optional</code></td><td>boolean</td><td>Whether more than one child can be selected.</td><td></td></tr><tr><td>name</td><td><code>optional</code></td><td>string</td><td>A human readable name for the node.</td><td></td></tr><tr><td>orientation</td><td><code>optional</code></td><td>string</td><td></td><td></td></tr><tr><td>pressed</td><td><code>optional</code></td><td>boolean | 'mixed'</td><td>Whether the node is checked or in a mixed state.</td><td></td></tr><tr><td>readonly</td><td><code>optional</code></td><td>boolean</td><td></td><td></td></tr><tr><td>required</td><td><code>optional</code></td><td>boolean</td><td></td><td></td></tr><tr><td>role</td><td></td><td>string</td><td>The <ahref="https://www.w3.org/TR/wai-aria/#usage_intro"target="_blank"rel="noopener noreferrer">role</a> of the node.</td><td></td></tr><tr><td>roledescription</td><td><code>optional</code></td><td>string</td><td>A human readable alternative to the role.</td><td></td></tr><tr><td>selected</td><td><code>optional</code></td><td>boolean</td><td></td><td></td></tr><tr><td>value</td><td><code>optional</code></td><td>string | number</td><td>The current value of the node.</td><td></td></tr><tr><td>valuemax</td><td><code>optional</code></td><td>number</td><td></td><td></td></tr><tr><td>valuemin</td><td><code>optional</code></td><td>number</td><td></td><td></td></tr><tr><td>valuetext</td><td><code>optional</code></td><td>string</td><td>A description of the current value.</td><td></td></tr></tbody></table></div></article><navclass="pagination-nav docusaurus-mt-lg"aria-label="Docs pages"><aclass="pagination-nav__link pagination-nav__link--prev"href="/next/api/puppeteer.screenshotoptions"><divclass="pagination-nav__sublabel">Previous</div><divclass="pagination-nav__label">ScreenshotOptions</div></a><aclass="pagination-nav__link pagination-nav__link--next"href="/next/api/puppeteer.snapshotoptions"><divclass="pagination-nav__sublabel">Next</div><divclass="pagination-nav__label">SnapshotOptions</div></a></nav></div></div><divclass="col col--3"><divclass="tableOfContents_bqdL thin-scrollbar theme-doc-toc-desktop"><ulclass="table-of-contents table-of-contents__left-border"><li><ahref="#properties"class="table-of-contents__link toc-highlight">P