Eran Posted July 10, 2006 Report Posted July 10, 2006 another newbie question of me... =P can you tell macro express "if you see the word 'blabla' then click on it?" means if macro express do a macro and i want him in the macro to search the word 'blabla' and click on it, or number of words that i choose..... can i do such a thing? Quote
kevin Posted July 10, 2006 Report Posted July 10, 2006 You can send commands to an application to search for 'blabla' and then, after the application has found the word, send a mouse click. Quote
Eran Posted July 10, 2006 Author Report Posted July 10, 2006 yes, but how do i say it to the application? and how macro express knows where to click? and if the word not exsist in the window i dont want macro express to click any word. Quote
cyberchief Posted July 10, 2006 Report Posted July 10, 2006 Macro Express will not mouse move directly to text. If you are wanting to cilck on some specific text...then I would think that the text box that the text is contained in may have a control to it that you can capture... and you can move the mouse to that control. If the text is a specific color (different than other text), you can use the get pixel in a loop to find and click. Otherwise, if the text always appears in the same place, you can get the position and always have the mouse to move there. Quote
Eran Posted July 15, 2006 Author Report Posted July 15, 2006 i have a question in a web site something like: asdasdasdasd? a)yes b)no c)maybe d)blabla lets say the right answer is "yes". now each time you get into the website "yes" change his place, and i just wanna capture him at the website, thats what i mean... Quote
zoobiewa Posted July 19, 2006 Report Posted July 19, 2006 I actually do something like that in a macro to post the same information to many different forums, blogs, etc. Each system has different ways, and sometimes the information changes around or I can't get an exact url and must automate some web-navigation. Because the text I am looking for is also an "a href", I can search for the text, escape out of the "find" field, and then automate an [enter] to emulate a click. Quote
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.