2023-08-23 14:58:18 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ElementHandle.contentFrame_1
|
|
|
|
---
|
|
|
|
|
|
|
|
# ElementHandle.contentFrame() method
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
class ElementHandle {
|
2023-08-23 16:00:34 +00:00
|
|
|
abstract contentFrame(): Promise<Frame | null>;
|
2023-08-23 14:58:18 +00:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
Promise<[Frame](./puppeteer.frame.md) \| null>
|