koden Posted October 25, 2022 Report Share Posted October 25, 2022 I have a website where it's not possible to use TAB therefore I use mouse to click a button. Sometimes the website takes time to load that area I have to click in at my macro clicks the wrong place wait to webpage to load not working here So I would like that mouse only click if it's on the button that has a specific color. else macro should stop since button is small and have diff colors (text is white and button background purple) maybe the other way around is to say macro stop if color is a wrong color. But anyway... I can test myself... but not sure where this color function is to find? Quote Link to comment Share on other sites More sharing options...
koden Posted October 25, 2022 Author Report Share Posted October 25, 2022 just saw that mouse arrow cursor changes to a hand when button is reached. maybe that could be used ? Only click if mouse cursor is a hand? Like this Mouse Move Screen 416, 382 if mouse cursor is hand point mouse left button click Else Macro stop End if Quote Link to comment Share on other sites More sharing options...
koden Posted October 25, 2022 Author Report Share Posted October 25, 2022 cant get that to work...mouse cursor is a hand but macro stops... even that there is long delay between mouse move and mouse hand check Quote Link to comment Share on other sites More sharing options...
rberq Posted October 25, 2022 Report Share Posted October 25, 2022 What command are you using to check for the "hand point"? This one works for me: If Mouse Cursor: Internet Navigate Quote Link to comment Share on other sites More sharing options...
koden Posted October 25, 2022 Author Report Share Posted October 25, 2022 it looks like this (disabled at the moment because not working) internet navigate... but how does that work? mouse move to button and arrow changes to hand in my macro can I use internet navigate instead of hand point? Quote Link to comment Share on other sites More sharing options...
koden Posted October 25, 2022 Author Report Share Posted October 25, 2022 checked.... it works thanks... 🙂 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.