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/
Type text position
-
How can I make TYPE TEXT click on the LEFT side?
Mouse will be moved to random point close to center before input.
I'm having problem with yahoo registration since BAS tends to click on the MIDDLE and yahoo got this field
CSS> #usernamereg-yid
and its the whole type text field however BAS clicks mostly on @yahoo.com that isnt clickable, so the problem is the TYPE text most of the time is not TYING anything.
-
@stephenperry18 said in Type text position:
How can I make TYPE TEXT click on the LEFT side?
Mouse will be moved to random point close to center before input.
I'm having problem with yahoo registration since BAS tends to click on the MIDDLE and yahoo got this field
CSS> #usernamereg-yid
and its the whole type text field however BAS clicks mostly on @yahoo.com that isnt clickable, so the problem is the TYPE text most of the time is not TYING anything.
You can get the coordinates of the element and use them for the action "Type".
-