miyakogi / pyppeteer

Headless chrome/chromium automation library (unofficial port of puppeteer)
Other
3.56k stars 372 forks source link

Wrong number of page.frames returns. #269

Open hardcattle opened 4 years ago

hardcattle commented 4 years ago

version: pyppeteer:0.0.25

code: print(len(page.frames))

It has 3 iframe of this html,but it return 1 when i call page.frames,why is that?