Jump to content
Macro Express Forums

Recommended Posts

Posted

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?

Posted

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.

Posted

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.

Posted

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...

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...