How do I use seleniumbase's innate parallelization (-n=NUMBER) alongside pandas to concurrently append (to an .xlsx)? #2947
amirthfultehrani
started this conversation in
General
Replies: 0 comments
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.
-
First, thank you to all who have maintained and contributed to SeleniumBase. It is truly such a beautiful framework, and I am so glad to have found out it. May happiness be invoked on you all.
My gratitude aside, for the love of everything, I cannot figure this out (despite having spent consecutive days on it).
Example Code:
The Problem:
Desired Outcome:
If anyone can please help me with this, I would be very grateful. I have already tried fidgeting with thread locks, multiprocessing, even using linux based modules (I am on Windows) but to no avail. Many threads I have looked at are either outdated or do not exactly deal with the issue I am facing. Thanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions