Jump to content

Fill form with Send function


Go to solution Solved by Jfish,

Recommended Posts

Hi,

I am tring to fill a form with the Send method, I am useing it because I am working on a program that use a different language rather than pouplar, so I could not reach the controls with unique identifer.

So I am doing something like that

Send("Name");
Send("{TAB}");
Send("Age");
Send("{TAB 4}");
Send("Address");

But some times it reads the Send("{TAB 4}"); correctly and proceed without problems and sometimes it ignores the Send("{TAB 4}"); and immediately fill the second textbox!

I mean the same code work sometimes and sometimes not!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...