Hi,
im abit new to AutoIt but i tried to automate the start of andriod emulator bluestacks
because it takes alot of time to start it and apps on it
i managed to run the emulator but when it comes to start an app nothing happends
$hwnd = WinActivate("BlueStacks App Player") ;thats the last line that gets executet
MouseMove(980, 640, 0) ;mouse dont Move
ControlClick($hwnd, "", "[CLASS:BlueStacksApp; INSTANCE:1]", 209, 592) ;or click
Sleep(1000) ;sleep works as i can see in the time
MouseDown("left") ;i moved the mouse to another window to see if its a problem on the emulator but nothing happend
Sleep(5000)
any hints would be nice
i really dont know what is going wrong
im abit new to AutoIt but i tried to automate the start of andriod emulator bluestacks
because it takes alot of time to start it and apps on it
i managed to run the emulator but when it comes to start an app nothing happends
$hwnd = WinActivate("BlueStacks App Player") ;thats the last line that gets executet
MouseMove(980, 640, 0) ;mouse dont Move
ControlClick($hwnd, "", "[CLASS:BlueStacksApp; INSTANCE:1]", 209, 592) ;or click
Sleep(1000) ;sleep works as i can see in the time
MouseDown("left") ;i moved the mouse to another window to see if its a problem on the emulator but nothing happend
Sleep(5000)
any hints would be nice
i really dont know what is going wrong