puppeteer/docs/api/puppeteer.frame.isoopframe.md

20 lines
255 B
Markdown
Raw Normal View History

---
sidebar_label: Frame.isOOPFrame
---
# Frame.isOOPFrame() method
**Signature:**
```typescript
class Frame {isOOPFrame(): boolean;}
```
**Returns:**
boolean
`true` if the frame is an OOP frame, or `false` otherwise.
## Remarks