Want to Run BAS with alot of THREADS with getting on Same TREAD DATA?
-
Hi so this is my Script
Run 3 Threads.
1st Thread = Will Set the IP and Set FingerPrint for ALL THREADS. After that Will Do Function 1
2nd Thread = Will Wait for 1st Thread to set IP then Do Function 2
3rd Thread = Will Wait for 1st Thread to set IP then Do Function 3So my question is
I want 1st Thread to SET IP for all THREADS and Set FingerPrint For All Threads > Done
I want 1st Thread to Do Function 1 After Setting IP for All Threads > Done
I want 1st Thread to Login to GMAIL, Just LOGIN Nothing Else > Not Done
I want 2nd and 3rd Thread to Access GMAIL that 1st THREAD already opened is that possible?The Only Solution I can think of is let 2nd and 3rd Thread Login to GMAIL on their OWN. However my 1 Gmail account is for all Threads to ACCESS. They will access the SAME GMAIL.
So is there a solution for 1st THREAD to LOGIN to GMAIL and Let 2nd and 3rd THREAD to automatically LOGIN to GMAIL ALSO since 1st Thread already did that?
Thank you!