puppeteer/docs/api/puppeteer.elementhandle.frame.md

14 lines
156 B
Markdown
Raw Normal View History

---
sidebar_label: ElementHandle.frame
---
# ElementHandle.frame property
**Signature:**
```typescript
class ElementHandle {
get frame(): Frame;
}
```