puppeteer/website/versioned_docs/version-10.1.0/puppeteer.jshandle.aselement.md

18 lines
534 B
Markdown
Raw Normal View History

2021-08-10 10:09:48 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [JSHandle](./puppeteer.jshandle.md) &gt; [asElement](./puppeteer.jshandle.aselement.md)
## JSHandle.asElement() method
<b>Signature:</b>
```typescript
asElement(): ElementHandle | null;
```
<b>Returns:</b>
[ElementHandle](./puppeteer.elementhandle.md) \| null
Either `null` or the object handle itself, if the object handle is an instance of [ElementHandle](./puppeteer.elementhandle.md).