Open hardcattle opened 5 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?
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?