puppeteer/website/versioned_docs/version-19.5.0/api/puppeteer.jshandle.aselement.md

20 lines
367 B
Markdown
Raw Normal View History

---
sidebar_label: JSHandle.asElement
---
# JSHandle.asElement() method
2022-10-24 14:31:12 +00:00
#### Signature:
```typescript
class JSHandle {
asElement(): ElementHandle<Node> | null;
}
```
**Returns:**
[ElementHandle](./puppeteer.elementhandle.md)&lt;Node&gt; \| null
Either `null` or the handle itself if the handle is an instance of [ElementHandle](./puppeteer.elementhandle.md).