sridhar Posted October 16, 2007 Report Share Posted October 16, 2007 I want to create a macro which will click when the mouse is over a tab in Opera browser. I calculated the values of X and Y coordinates of the top left corner and bottom right corner of the tab bar and wrote a macro (pls. see attachment). But I don't know how to have it running all the time. If I set activation to a hotkey, then the macro code works (kind of - i.e., only some times) ONCE when I activate it. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
floyd Posted October 16, 2007 Report Share Posted October 16, 2007 You could place your code within a Repeat Loop: Repeat Until %N1% <> %N1% Repeat End 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.