Back to Puppeteer

Frame.isDetached() method

docs/api/puppeteer.frame.isdetached.md

19.2.2256 B
Original Source

Frame.isDetached() method

Warning: This API is now obsolete.

Use the detached getter.

Istrue if the frame has been detached. Otherwise, false.

Signature

typescript
class Frame {
  isDetached(): boolean;
}

Returns:

boolean