Hello,
I'm trying to click on a button using its class id but it don't work and i don't know why.
This is the code I use:
Config_Storage() Func Config_Storage() WinActivate("10.1.1.30 - vSphere Client") WinWaitActive("10.1.1.30 - vSphere Client") sleep(1000) Send("^H") Sleep(1000) ControlClick("10.1.1.30 - vSphere Client","","WindowsForms10.BUTTON.app.0.ef627a8") Sleep(1000) ControlClick("10.1.1.30 - vSphere Client","","WindowsForms10.STATIC.app.0.ef627a16") Sleep(1000) ControlClick("10.1.1.30 - vSphere Client","","WindowsForms10.STATIC.app.0.ef627a27") EndFunc
the 2 first controls clicks work ok but the last one does not.
I'm tryning to act on Vsphere Client 5.1.0 Interface. See join screenshots of the interface and the class id.
Many thx for your future help.
Proc.