Pavan_singh Posted August 17, 2022 Posted August 17, 2022 Iam developing one script in that needs to click on one button to open another window , can anyone suggest how to open that
Zedna Posted August 17, 2022 Posted August 17, 2022 Click on button: ControlClick(...) Click on tab: _GUICtrlTab_ClickTab(...) For details see the helpfile ... Resources UDF ResourcesEx UDF AutoIt Forum Search
Pavan_singh Posted August 18, 2022 Author Posted August 18, 2022 i want to click on button , tried above as you suggest but no luck
Zedna Posted August 18, 2022 Posted August 18, 2022 Post your code ... Resources UDF ResourcesEx UDF AutoIt Forum Search
Pavan_singh Posted August 18, 2022 Author Posted August 18, 2022 MouseClick($MOUSE_CLICK_LEFT, 113, 154, 1) using this , sometimes it drags mouse automatically to given coordinates and clicks but sometime it just drags can't clicks
Zedna Posted August 18, 2022 Posted August 18, 2022 Instead of MouseClick() use ControlClick() Resources UDF ResourcesEx UDF AutoIt Forum Search
Pavan_singh Posted August 18, 2022 Author Posted August 18, 2022 No luck Previously atleast it is moving to that given coordinates, now nothing happening
Zedna Posted August 18, 2022 Posted August 18, 2022 Again, post your code ... Resources UDF ResourcesEx UDF AutoIt Forum Search
junkew Posted August 18, 2022 Posted August 18, 2022 And post information on windowtype, browser,.... Information about spying tools output 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