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.
Typing Text, missing chracters
-
My issue like this. I have variable I'd like to enter in a search input.
It's in Turkish language. Our language has capital "i" like this : "İ"
BAS store the string as it should. I can see it with log or result option as it should.

But when I enter the text with Type Text function, BAS dropping non English characters. And making it look like this :

My work around solution is disabling mouse and keyboard emulation. When I check that option BAS , correctly type the text into to the input area. But I'm afraid in the long run that option would gave me problems.

-