qqq1 Posted March 2, 2020 Posted March 2, 2020 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now