Maybe you are using wrong "TYPE" action, or you are
typing to wrong "TEXT AREA" field. Bare in mind that there are
2 "TYPE TEXT" actions. From the error tnfo, you are trying to
type text in [documentRoot], which is highest level of page,
or generaly speaking web page as a whole. Usually you want
to type text in some text area or text field. In contast, you might
be using another type action that is usually used to emulate
kryboard/
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.

-