Jump to content

On execution control jumps of to different application


Recommended Posts

Hi,

I am working on automating login popup on Firefox using AutoIT V3. Pretty basic.

Code as following

Opt("WinSearchChildren",1)

WinWaitActive("Authentication Required")

Send("userid")

Send("{TAB}")

Send("pwd")

Send("{ENTER}")

When this code runs, i can see login popup being auto filled by user and pwd i have entered.


OK button gets highlighted, but the control from browser jumps of to taskbar and clicks on 1st icon it finds next to start button(IE browser in my case), and then it stays there.

I am unable to find reason behind this.

Link to comment
Share on other sites

Trying to get this straight - your "pwd" string populates the password field and {ENTER} works and leaves you with an OK button to deal with but after a split second, the focus changes to your task bar?  What happens if you send a second {ENTER} to work on the OK button hopefully before the focus changes?  Other than that, with limited understanding of your situation, how about using ControlSend instead of Send?  Working directly with controls instead of the Window seems to be a better option when applicable. 

Meds.  They're not just for breakfast anymore. :'(

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