mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
0b3d52a70e
* feat(new-docs): add tsdoc to `Accessibility`
14 lines
409 B
Markdown
14 lines
409 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [SerializedAXNode](./puppeteer.serializedaxnode.md) > [invalid](./puppeteer.serializedaxnode.invalid.md)
|
|
|
|
## SerializedAXNode.invalid property
|
|
|
|
Whether and in what way this node's value is invalid.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
invalid?: string;
|
|
```
|