Jump to content

Recommended Posts

Posted

I developed autoit script to launch website via chrome browser. It launches the website and populate the password and username and also hits ENTER to login option, but website do not get open. What may be the reason? Here are my below codes which I have written. 

   WinActive("New Tab - Google Chrome")
    Sleep(4000)
    Send($TargetAddress)
    Send("{ENTER}")
    Sleep(2500)
    WinActive("Tidal Workload Automation Web Client - Google Chrome")
    Sleep(1000)
    Send($TargetUsername)
    Sleep(1000)
    Send("{TAB}")
    Sleep(2000)
    Send($TargetPassword)
    Sleep(4000)
    Send("{TAB}")
    Sleep(4000)
    Send("{ENTER}")

The url pop up window.

 

Your help will be really appreciated.
 

popup windows.png

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
  • Recently Browsing   0 members

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