Jump to content

[Autoit 3.2.8.1] ControlClick Bug?


Recommended Posts

-------------------[script]--------------------------------------------------------------------

Sleep(2000)

WinWait("ACDSee 10 Photo Manager - InstallShield Wizard")

ControlClick("ACDSee 10 Photo Manager - InstallShield Wizard","","Button1")

------------------------------------------------------------------------------------------

Posted Image

Good Run~

-----------------------------------

But

Posted Image

Window in Mouse

Not Run...

Link to comment
Share on other sites

For some reason the images won't load. Maybe try...

Sleep(2000)
WinWait("ACDSee 10 Photo Manager - InstallShield Wizard")
ControlFocus("ACDSee 10 Photo Manager - InstallShield Wizard","","Button1")
ControlClick("ACDSee 10 Photo Manager - InstallShield Wizard","","Button1")

Also ceck case sensativity. Button1 is not the same as button1

Link to comment
Share on other sites

-------------------[script]--------------------------------------------------------------------

Sleep(2000)

WinWait("ACDSee 10 Photo Manager - InstallShield Wizard")

ControlClick("ACDSee 10 Photo Manager - InstallShield Wizard","","Button1")

------------------------------------------------------------------------------------------

Posted Image

Good Run~

-----------------------------------

But

Posted Image

Window in Mouse

Not Run...

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