miyakogi / pyppeteer

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

Is there any way to open multiple Google tabs? #266

Open Tren opened 4 years ago

Tren commented 4 years ago

I need to open multiple urls at once. It is best to open 10 or so tabs at a time.

ghost commented 4 years ago

Each Page is a tab so just do a loop to open what you need