He meant one script per thread.
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.
Hello,
I am looking for an option to open few browsers (on same PC) with different fingerprints and control them via CDP without BAS automation.
Is there a way how I can achive this?
Thanks!
@FlashPlayer
Yeah good question. I am also interested in this question. For example, can I use the BAS interface to manage anti-detection browser profiles through the DevTools protocol?