-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using more 5-10 browser instances in one time #92
Comments
Does your code behave the way you expect without ghost cursor? There's currently no explicit support for multiplexed browsers. There are quite a few random numbers involved in the path generation algorithm using Though I have to wonder why you need everything to line up exactly on each browser in the first place. If there's a reasonable usecase for what you want, the But even with library support, you're going to have to do some sort of synchronization across workers to make sure they're all ready to go after each page load. And I imagine your browsers are going to start drifting out of sync over time regardless. |
@Xetera Hello, the code runs much slower when multiple browsers are launched. Look how fast the cursor moves on 1 video and how slow the cursors move when 5 copies are running. https://drive.google.com/file/d/1ss3Du4GEilL8izuKuTMEYUaAmpnPwg4l/view?usp=share_link |
@Xetera hi. Do you have ideas about my issue? Thanks. |
Do you find solution for this, I run 3 4 browser instances and it lag, any idea? |
Hello. I have an issue with cursor when I'm using it on 5-10 parallels puppeteer instances. I just starting 5 workers in one time with puppeteer and see that cursor is lagging on each browser.
Look at example: https://gist.github.com/smmwsem/b34292ed98df0ed36e5a7cfa2058fb28
Just run main.js
You need to install dependencies:
Try just one thread and five threads.
The main question is how to work with multiple browsers at the same time?
Thanks.
The text was updated successfully, but these errors were encountered: