puppeteer/docs/api/puppeteer.elementhandle.contentframe_1.md

18 lines
269 B
Markdown
Raw Normal View History

---
sidebar_label: ElementHandle.contentFrame_1
---
# ElementHandle.contentFrame() method
#### Signature:
```typescript
class ElementHandle {
abstract contentFrame(): Promise<Frame | null>;
}
```
**Returns:**
Promise&lt;[Frame](./puppeteer.frame.md) \| null&gt;