puppeteer/docs/api/puppeteer.elementhandle.aselement.md

15 lines
289 B
Markdown
Raw Normal View History

---
sidebar_label: ElementHandle.asElement
---
# ElementHandle.asElement() method
**Signature:**
```typescript
class ElementHandle {asElement(): ElementHandle<ElementType> | null;}
```
**Returns:**
[ElementHandle](./puppeteer.elementhandle.md)&lt;ElementType&gt; \| null