BAS работает только с браузером
MultiThreading Issue
-
For example, i set an input where i type the threads and a total actions.
The threads input will connect to the amount of threads and the total actions to sucessfull and failed max.
I have another input which i load links, which currently has only 1 link. That input has unlimited sucessfull and failed and also unlimited amount of use at same time.
I then for example start the app to open a page, with total of 1 action and set 10 threads. It should only open 1 browser, because i only want 1 action, but instead it is opening me the total amount of threads, why is that?