@to-nice said in Multi parse csv string:
@sergerdn A quick question: with my other bot, when I have 100 accounts using the 'perfect fingerprint,' the bot completely freezes. Would using an external database help avoid this issue?
I don't know.
hi
As it turns out, I want to log in to a site with multiple accounts at the same time.
General description:
I have about 500 accounts called
msve-1@email.com
msve-2@email.com
msve-3@email.com
.
.
.
msve-500@email.com
In this way (only the number changes)
And the password is the same for all accounts.
How can I run it in multi-tread mode?
I tried but all browsers log into one account.
please guide me.
Thankful
That way each thread will start new browser instance and
use new resource line because its set to use each line only
one time.