puppeteer/new-docs/puppeteer.serializedaxnode.multiselectable.md

14 lines
433 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; [SerializedAXNode](./puppeteer.serializedaxnode.md) &gt; [multiselectable](./puppeteer.serializedaxnode.multiselectable.md)
## SerializedAXNode.multiselectable property
Whether more than one child can be selected.
<b>Signature:</b>
```typescript
multiselectable?: boolean;
```