Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Can't click on a button using it class

$
0
0

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.

Attached Thumbnails

  • Screen1.png
  • Screen2.png

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>