Sachin_Gupta Posted January 27, 2016 Posted January 27, 2016 I have attached screen shot of an application, I am not able to inspect start button, it's inspecting whole block, see in the attach image. Please help me to click on start button.
alienclone Posted January 27, 2016 Posted January 27, 2016 If @error Then MsgBox(262192, "", @ComputerName & " slaps " & @UserName & " around a bit with a large trout!") EndIf "Yeah yeah yeah patience, how long will that take?" -Ed Gruberman REAL search results | SciTE4AutoIt3 Editor Full Version
Sachin_Gupta Posted January 28, 2016 Author Posted January 28, 2016 Hi, Can anyone help to write code to click Start button, I am using autoit jar files with Java. Below is the code.. AutoItX x = new AutoItX(); x.winWaitActive("FogNode - Unified Software Platform"); x.controlClick("FogNode - Unified Software Platform", "", "......"); Note: I am getting 3 instance when I am inspecting start button, Can I click on 1st instance, if yes then how? I have attached all screen shots. Please help.
junkew Posted January 28, 2016 Posted January 28, 2016 You did not study the links given in first answer. Iuiautomation in examplessection will help you. See simplespy in zip of that thread and you can click the toolbar buttons. FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now