Trying to launch multiple threads at once without them popping up one by one, can this be done in BAS? Or is there a way to have all the windows load without the script starting and then user has control of when to start all of them simultaneously?
You can fill in the whole form with one action if you
use <TAB> in "Text to type" input field. It acts as you
actually pressed TAB button on keyboard. You can even
use <RETURN> at the end of form filling to submit form
data - it acts as if you pressed ENTER button on keyboard
to submit the whole form data.