Skip to main content
Frame state checks methods for the Puppeteer driver.

isDetached

Whether this frame is detached.
@deprecated Use the detached getter.
Upstream docs
result
boolean
Return value
await frame.isDetached();

isMainFrame

Is this the main frame? Upstream docs
result
boolean
Return value
await frame.isMainFrame();

isOOPFrame

Is this an out-of-process frame? (Deprecated - always returns false) Upstream docs
result
boolean
Return value
await frame.isOOPFrame();