Jump to content

Fill popup field use Autoit script in selenium test


Recommended Posts

I need to fill popup log with Autoit script help. Problem is that, when I open link with my selenium test, Chrome is being controlled by automate test software and it is impossible to fill popup logs, but when I simply open my link in browser and after that I use Autoit script, popup logs are filled with necessary date. 


This is my Autoit script:
Send("username")
Send("{Tab}")
Send("password")
Send("{Enter}") 

I tried added WinWaitActive and WinActivate functions, but it didn't helped. I hope someone can help me with this question.  

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