schickling / chromeless

đź–Ą Chrome automation made simple. Runs locally or headless on AWS Lambda.

Home Page:https://chromeless.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chromeless scripts interact together when launched in the same window

stephanedebove opened this issue · comments

I've noticed that when I run multiple scripts at the same time with the "launchChrome: true" option, sometimes some of them will not work (they will freeze or end on a timeout), whereas if I run them one after the other they work perfectly.

It's as if they were interacting when they are launched at the same time in the same chrome window (but under different tabs).

What should I do to be able to run them locally at the same time with no interaction?