Replies: 1 comment 1 reply
-
See the section on proper multithreading in the UC Mode docs: SeleniumBase/help_docs/uc_mode.md Line 320 in ffeee7f Also, you can only set the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
If anyone has any ideas or can help me fix my code, I would really appreciate it. I'm trying to open multiple profiles and run tasks in parallel on all of them, but I keep getting an error, or the task only runs on one profile.
I previously used undetected-chromedriver and fixed the issue by passing a unique driver for each profile. Now, I’m trying to use seleniumbase but haven’t found a way to pass a unique driver for each profile. Does anyone know how I can run tasks in parallel across multiple profiles using seleniumbase?
Beta Was this translation helpful? Give feedback.
All reactions