puppeteer/new-docs/puppeteer.protocol.accessibility.getpartialaxtreerequest.objectid.md
2020-07-13 14:01:35 +01:00

14 lines
657 B
Markdown

<!-- 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;
```