puppeteer/new-docs/puppeteer.protocol.accessibility.getpartialaxtreerequest.objectid.md

14 lines
657 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Accessibility](./puppeteer.protocol.accessibility.md) &gt; [GetPartialAXTreeRequest](./puppeteer.protocol.accessibility.getpartialaxtreerequest.md) &gt; [objectId](./puppeteer.protocol.accessibility.getpartialaxtreerequest.objectid.md)
## Protocol.Accessibility.GetPartialAXTreeRequest.objectId property
JavaScript object id of the node wrapper to get the partial accessibility tree for.
<b>Signature:</b>
```typescript
objectId?: Runtime.RemoteObjectId;
```