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