puppeteer/docs/api/puppeteer.jshandle.aselement.md

20 lines
376 B
Markdown

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