miyakogi / pyppeteer

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

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

Open Tren opened 5 years ago

Tren commented 5 years ago

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

ghost commented 5 years ago

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