mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
445 B
445 B
Home > puppeteer > Frame > parentFrame
Frame.parentFrame() method
Signature:
parentFrame(): Frame | null;
Returns:
Frame | null
the parent Frame
, if any. Detached and main frames return null
.