Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need the BAS browser to remain active after the thread is finished, and the next iteration of the script to open a new browser. Or the threads should be started one by one instead of simultaneously. Can you tell me how to implement this in BAS?
If you want to keep active, after doing everything, leave last action ; user interaction > manual input....
@nabil Yes I did that, but I need to start the next account, and so I will have a thread not completed and the next one will not run
@aggin23 It's my pleasure
@skaylet said in Failed to Start Browser: Not enough system resources:
How can I do this? Where is the that screen?
2021-07-12_192819.png
@yourfriendkarol said in does fingerprint work per thread or per application:
i mean if i apply it, and then i start multithreaded function, will these threads have that fingerprint? OR i need to it in every thread
i mean if i apply it, and then i start multithreaded function, will these threads have that fingerprint?
OR i need to it in every thread
Each new thread has absolutely no data, no fingerprint, no proxy. All data he needs to pass through the resources, or through a global variable.
Instead of wait for full page.. use wait for text or css.. your script will work faster..
@ruzne
Many thanks, now is clear.