Jump to content

Entering Username and Password NEWBIE!


Recommended Posts

I'm new to AutoIT but can someone please tell me how to delete the current username, enter a new one and enter a password?? so far i have managed to open the application the username/ password dialog box is active.

Could you please describe what you're trying to do? What application?

Link to comment
Share on other sites

Could you please describe what you're trying to do? What application?

Thanks mate, but i found a pretty basic way of doing it. I just wanted to clear the default username from an application called synergetic (in house built program) and enter my own username and password.

WinWaitActive("Synergetic Login")

Send("+{TAB}")

WinWaitActive("Synergetic Login")

Send("{DEL}")

Send("USERNAME")

Send("{TAB}")

Sleep(2000)

Send("PASSWORD")

Send("{enter}")

Thanks anyway!

Ryan

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...