Search found 13 matches

by Gadrin
Fri Jul 17, 2009 6:51 pm
Forum: iMacros for Firefox
Topic: What's Wrong with my ONDIALOG ?
Replies: 3
Views: 2688

Re: What's Wrong with my ONDIALOG ?

Is there something I can do so the macro punches the dialog first time ?

>
by Gadrin
Thu Jul 16, 2009 4:00 pm
Forum: iMacros for Firefox
Topic: New Version Not Executing URL GOTO
Replies: 2
Views: 1641

Re: New Version Not Executing URL GOTO

As a test, does it work if you add WAIT SECONDS=3 to the end of the macro? No. The URL GOTO is highlighted and iMacros stays on it for ~3 seconds from what I can see as it executes but the last 5 times I've run it, it never reaches that URL. What I just did was insert the WAIT before the URL GOTO (...
by Gadrin
Thu Jul 16, 2009 3:55 pm
Forum: iMacros for Firefox
Topic: What's Wrong with my ONDIALOG ?
Replies: 3
Views: 2688

Re: What's Wrong with my ONDIALOG ?

Sure,

http://i107.photobucket.com/albums/m309 ... Dialog.jpg

As you can see the iMacros icon is on the dialog.

What I do at this point is hit CANCEL then re-run the macro which runs fine and closes the dialog and
exits.

>
by Gadrin
Wed Jul 15, 2009 9:37 pm
Forum: iMacros for Firefox
Topic: What's Wrong with my ONDIALOG ?
Replies: 3
Views: 2688

What's Wrong with my ONDIALOG ?

I use this to get rid of the SPAM that my gmail account builds up. VERSION BUILD=6050612 RECORDER=FX TAB T=1 FRAME F=4 TAG POS=1 TYPE=A ATTR=TXT:Spam* TAG POS=1 TYPE=SPAN ATTR=TXT:Delete<SP>all<SP>spam<SP>messages<SP>now ONDIALOG POS=1 BUTTON=OK CONTENT= However the ONDIALOG never clicks the OK butt...
by Gadrin
Wed Jul 15, 2009 9:33 pm
Forum: iMacros for Firefox
Topic: New Version Not Executing URL GOTO
Replies: 2
Views: 1641

New Version Not Executing URL GOTO

I have a rather simple macro I built last year. But ever since v 6.2.3.0 (and I just installed 6.2.4) it only executes the last URL GOTO about 25% of the time. VERSION BUILD=6040429 RECORDER=FX TAB T=1 URL GOTO=http://www.travellerrpg.com/ TAG POS=1 TYPE=A ATTR=TXT:CotI<SP>Features TAG POS=1 TYPE=A ...
by Gadrin
Thu Feb 05, 2009 9:34 pm
Forum: iMacros for Firefox
Topic: Which Example Macro Do I need ?
Replies: 2
Views: 2291

Re: Which Example Macro Do I need ?

Have you looked at the Javascript-Dialog demo that ships with iMacros? Yes, sir, but I can't get it to click the dialog at all. It looks like the ONDIALOG comes before it pops-up VERSION BUILD=6050612 RECORDER=FX TAB T=1 FRAME F=4 TAG POS=1 TYPE=A ATTR=TXT:Spam* ONDIALOG POS=1 BUTTON=OK CONTENT= '*...
by Gadrin
Tue Jan 27, 2009 5:21 pm
Forum: iMacros for Firefox
Topic: Which Example Macro Do I need ?
Replies: 2
Views: 2291

Which Example Macro Do I need ?

I have a macro currently that clicks a link on a page, which results immediately in a JS popup dialog. Can you point me to one of the examples which will show me how to click OK on the popup dialog ? Right now the macro is hanging on the command that clicks the link and won't go to the next command ...
by Gadrin
Mon Jan 26, 2009 5:55 pm
Forum: iMacros for Firefox
Topic: Will ONDIALOG work for this ?
Replies: 2
Views: 1837

Re: Will ONDIALOG work for this ?

Hmmm, well the macro is stopping on the line TAG POS=1 TYPE=SPAN ATTR=TXT:Delete<SP>all<SP>spam<SP>messages<SP>now and won't proceed until I click the OK button on that dialog. Is there someway to have it asynchronously click the dialog, or is this going to require two macros, one to wait around unt...
by Gadrin
Mon Jan 26, 2009 2:38 pm
Forum: iMacros for Firefox
Topic: Will ONDIALOG work for this ?
Replies: 2
Views: 1837

Will ONDIALOG work for this ?

Can I use ONDIALOG for this popup message ? For some reason GMAIL has added an extra step to my macro that deletes SPAM. http://i107.photobucket.com/albums/m309/Gadrin77/Computer/Gmail-Dialog.jpg VERSION BUILD=6050612 RECORDER=FX TAB T=1 FRAME F=4 TAG POS=1 TYPE=A ATTR=TXT:Spam* ONDIALOG POS=1 BUTTO...
by Gadrin
Wed Dec 10, 2008 2:08 pm
Forum: iMacros for Firefox
Topic: Background Processing
Replies: 1
Views: 1903

Background Processing

I frequent the MySQL BBS and they don't have a MARK ALL FORUMS READ option so I made a macro to go into the forums I view and zap them all. However while the macro is running, it won't "work in the background" meaning if I open another tab and start browsing, it will take over that tab and...
by Gadrin
Tue Dec 02, 2008 2:33 pm
Forum: iMacros for Firefox
Topic: Can I do this with iMacros ?
Replies: 1
Views: 1543

Can I do this with iMacros ?

After I'm done with looking thru various topics on this site

http://forums.mysql.com/index.php

I want Firefox/iMacros to hit all the MARK FORUM READ on each of the links on the page. Is that possible with iMacros ?

Thanks!

>
by Gadrin
Sat Nov 15, 2008 2:34 am
Forum: iMacros for Firefox
Topic: Amazon Order History--can it be scraped?
Replies: 7
Views: 20803

Re: Amazon Order History--can it be scraped?

Well, I'm not trying to butt-heads with you guys :lol: I wrote the MSIE DOM script in VBS while I was at the hospital and it took me about 20 minutes. Basically you point MSIE at the page after logging in and selecting the one you want and it'll inventory the summaries for each order and pull the Or...
by Gadrin
Fri Nov 14, 2008 2:45 pm
Forum: iMacros for Firefox
Topic: Amazon Order History--can it be scraped?
Replies: 7
Views: 20803

Re: Amazon Order History--can it be scraped?

Except that's not the order history. The order history requires a login to your account, then you need to find the correct Year, then it's a multi-page, lookup. There's a summary page first with all your orders (it too maybe multiple pages). Then you have to go into each order, grab the order # and ...