Jump to content

How can I recoginize second window


Guest juliabj
 Share

Recommended Posts

Guest juliabj

Hi,

I'm a newer.I want to do an automation install script.I wrote my script like it:

Do

$loop=WinWaitActive("Installer")

If ($loop=1) Then

Sleep(3000)

Send("!n")

Endif

Until $loop=1

After doing it, next window's title'name still is "Installer", How can I recoginze it? and sometimes the button in one window will be enabled after several minutes? How can I do it? I only can use sleep function to wait the button enabled?

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