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

20 lines
366 B
Markdown
Raw Normal View History

---
sidebar_label: JSHandle.asElement
---
# JSHandle.asElement() method
**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).