Search found 7 matches

by Jmart10
Mon Mar 12, 2012 11:25 pm
Forum: General Support & Discussions
Topic: imacros working off a list?
Replies: 0
Views: 1683

imacros working off a list?

Guys take a look at this imacros. its a simple imarcos where it goes to 'bing.com' and then enters 'computers', then it presses 'search' VERSION BUILD=7401110 RECORDER=FX TAB T=1 URL GOTO=http://www.bing.com/?FORM=Z9FD1 TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/search ATTR=ID:sb_form_q CONTENT=computer...
by Jmart10
Mon Jan 09, 2012 11:21 pm
Forum: General Support & Discussions
Topic: How to download image.
Replies: 1
Views: 1532

How to download image.

Sorry i know this has probably been asked a million times I want to download the movie poster at the top of this imdb page http://www.imdb.com/title/tt0471042/ followed by DLing http://www.imdb.com/title/tt1386588/ and some other ones btw i tried to use this Demo http://wiki.imacros.net/Demo-ImageDo...
by Jmart10
Wed Aug 17, 2011 2:17 pm
Forum: General Support & Discussions
Topic: How do you make imacros press "Enter"?
Replies: 12
Views: 48188

Re: How do you make imacros press "Enter"?

Is there not a code that I can put in the macro line that would simulate an Enter keystroke? Yes, as suggested by Matt, but I first wanted to make sure you weren't trying to fit a square peg in a round hole so to speak. With DirectScreen , you can send mouse actions as well as keys to the web page....
by Jmart10
Tue Aug 16, 2011 9:54 pm
Forum: General Support & Discussions
Topic: How do you make imacros press "Enter"?
Replies: 12
Views: 48188

Re: How do you make imacros press "Enter"?

Hello Jmart10, Can you clarify why you want to do this? Clicking the search button is effectively the same as pressing enter while the focus is in the search field. So if you record a macro to do this, just record a click on the search button and iMacros will generate the necessary TAG command. I'm...
by Jmart10
Tue Aug 16, 2011 9:57 am
Forum: General Support & Discussions
Topic: How do you make imacros press "Enter"?
Replies: 12
Views: 48188

How do you make imacros press "Enter"?

Anyone know how I can get Imacros to mimick or hit the Enter key?

For example, If I have a Imacro doing a Google search. Instead of me pressing the search button, I want to press Enter

How can it do this?
by Jmart10
Thu Apr 07, 2011 7:30 pm
Forum: General Support & Discussions
Topic: How do I do this?
Replies: 3
Views: 2216

Re: How do I do this?

PROMPT "type:" !VAR1 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:banner_edit ATTR=ID:banner_edit_viewsLimit CONTENT={{!VAR1}} Just tested it and it works. So: record your own version of inputing into that field and change source code so that CONTENT={{!VAR1}} Replay asks you for input and then en...
by Jmart10
Wed Apr 06, 2011 4:32 am
Forum: General Support & Discussions
Topic: How do I do this?
Replies: 3
Views: 2216

How do I do this?

I would like imacro to fill a form. its not an ordinary form tho. I know that usually you can press record and do the form and it will remember it. But in my case its different. Ok. All I want it to do is to type something and then press enter. I already have the mouse/curse in the box that the text...