15 lines
289 B
Markdown
15 lines
289 B
Markdown
---
|
|
sidebar_label: ElementHandle.asElement
|
|
---
|
|
# ElementHandle.asElement() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class ElementHandle {asElement(): ElementHandle<ElementType> | null;}
|
|
```
|
|
**Returns:**
|
|
|
|
[ElementHandle](./puppeteer.elementhandle.md)<ElementType> \| null
|
|
|