Need to know why we are using it: clickbefortyping

what happend in clickbefortyping is selected in Type Into activity

@omkard222

Robot will click the element where you need to type at first, by that we can ensure that robot will type correctly into the text field. Sometimes cursor may not placed inside the field where text to be entered in that case robot will not enter the values in right place.

Before typing , we need to tell the robot where to type , some times developer might use click activity before type into activity to place the cursor in the particular position… instead of using 2 activity directly you can select clickBeforeTyping & emptyField to get perfect outcomes.

Cool…Thank you so much. @ranjith , @Sob

1 Like