Text is not typing in the right spot

I created a script to log in to my application. The first step in my script is to open the application. This opens to the login screen. The 2nd step in my script is to type the username. When I play the script, the results are not consistent. Sometimes the username is typed in the username field and sometimes it is not. What can I do to make this work consistently?

You should add a step in your script to confirm that the application has opened before the type text action starts. This way the type text action will not occur before the application has launched. It can be a simple Find Image action after the open application step.

2 Likes

@cmac You can try like this:
Screenshot_98

2 Likes