Search found 80 matches

by giorgio79
Tue Apr 15, 2014 2:08 pm
Forum: General Support & Discussions
Topic: Switch imacro engine to CasperJS
Replies: 0
Views: 1991

Switch imacro engine to CasperJS

casperjs.org

Looks promising...
by giorgio79
Sun Mar 10, 2013 11:08 am
Forum: General Support & Discussions
Topic: run.imacros.net is down?
Replies: 0
Views: 1524

run.imacros.net is down?

Hello,

run.imacros.net used to display a nice informational page if your browser was not firefox. Any plans to bring it back?
by giorgio79
Tue Jul 19, 2011 8:22 am
Forum: iMacros for Firefox
Topic: Default download folder available as a variable?
Replies: 7
Views: 5001

Re: Default download folder available as a variable?

Thanks Tom, that would be lovely.

Marcia thanks for the tip, however I notice FOLDER_DATASOURCE is only available in IE but not in Firefox?
http://wiki.imacros.net/!FOLDER_DATASOURCE

Would love to have that in FF as well. :)
by giorgio79
Sat Jul 09, 2011 5:58 pm
Forum: iMacros for Firefox
Topic: Default download folder available as a variable?
Replies: 7
Views: 5001

Re: Default download folder available as a variable?

Yes :) doing this right now, but the user needs to create the folder first, since Firefox cannot create directories.

http://forum.imacros.net/viewtopic.php?f=7&t=9913
there is some hackish java solution mentioned, but the simplest would be to just have that location in a variable ;)
by giorgio79
Sat Jul 09, 2011 5:50 pm
Forum: iMacros for Firefox
Topic: Default download folder available as a variable?
Replies: 7
Views: 5001

Re: Default download folder available as a variable?

Nice idea.

Although I would like to avoid asking my users to do this (I am building some macros for them)

If we would have a
DOWNLOAD_FOLDER variable that would be the best :)
by giorgio79
Sat Jul 09, 2011 5:04 pm
Forum: iMacros for Firefox
Topic: Default download folder available as a variable?
Replies: 7
Views: 5001

Default download folder available as a variable?

Hello,

I am downloading some files to the default folder with
FOLDER=*

Is it possible to access this location somehow later on in the macro?

Something like
DEFAULTFOLDER
so I can use that file elsewhere?
by giorgio79
Mon Jun 13, 2011 5:42 am
Forum: iMacros for Firefox
Topic: A guide to sharing macros via bookmarklets
Replies: 29
Views: 254035

Re: A guide to sharing bookmarks, macros and scripts

You can also easily try and share macros here:
http://www.sharemacro.com/imacro-directory
by giorgio79
Thu May 26, 2011 1:26 pm
Forum: iMacros for Firefox
Topic: Save image from CSS background url property
Replies: 1
Views: 2402

Save image from CSS background url property

Hello, I noticed I cannot save images if they are specified with css background urls, like here: dailymotion.com/register Check out the captcha image, which is defined like this <div style="background-image: url(/register?getcaptcha=1&reset=1&rand=1306416164);" id="captcha_ima...
by giorgio79
Thu May 26, 2011 4:24 am
Forum: iMacros for Firefox
Topic: SAVE_ELEMENT_SCREENSHOT uri is undefined, error -1001
Replies: 8
Views: 7930

Re: SAVE_ELEMENT_SCREENSHOT uri is undefined, error -1001

Hello Tom,

It does work for me for non img elements as well occasionally.

But sometimes, I get this uri error on some non img elements.

Would love to see this work with non imgs :)
by giorgio79
Tue May 24, 2011 1:10 pm
Forum: iMacros for Firefox
Topic: TypeError: mtree is null
Replies: 18
Views: 28715

Re: TypeError: mtree is null

Ok, I think I found the solution. I noticed sometimes iMacros creates infinite subfolders in subdirectories, in the macros folder. This sometimes happens when you drag and drop macros, but I dont have exact steps to reproduce. If you have too much of these directories, imacros cannot read anymore th...
by giorgio79
Tue May 24, 2011 12:52 pm
Forum: iMacros for Firefox
Topic: TypeError: mtree is null
Replies: 18
Views: 28715

Re: TypeError: mtree is null

Wow not even reinstalling brought the macro tree back.

Can only see Favorites...

Attached what i see.
by giorgio79
Tue May 24, 2011 12:42 pm
Forum: iMacros for Firefox
Topic: TypeError: mtree is null
Replies: 18
Views: 28715

Re: TypeError: mtree is null

@Porkpir: Why dont you link here your other posts?


I encountered this bug as well, cannot reproduce it. The macros browsing tree is empty, and does not fill up even on restart. Will try reinstalling iamcros.
by giorgio79
Mon May 23, 2011 4:29 pm
Forum: iMacros for Firefox
Topic: SAVE_ELEMENT_SCREENSHOT uri is undefined, error -1001
Replies: 8
Views: 7930

Re: SAVE_ELEMENT_SCREENSHOT uri is undefined, error -1001

Yep that works fine.

Does my macro work fine for you on that url I pasted?

SAVE_ELEMENT_SCREENSHOT works a lot of times for me, but occasionally it gives this uri error.
by giorgio79
Sun May 22, 2011 4:13 pm
Forum: iMacros for Firefox
Topic: SAVE_ELEMENT_SCREENSHOT uri is undefined, error -1001
Replies: 8
Views: 7930

SAVE_ELEMENT_SCREENSHOT uri is undefined, error -1001

Hello,

Trying to save the captcha here

http://tinyurl.com/3f95mq6

With this

ONDOWNLOAD FOLDER=* FILE=+_image_{{!NOW:yyyymmdd_hhnnss}}
TAG POS=1 TYPE=DIV ATTR=CLASS:form-row CONTENT=EVENT:SAVE_ELEMENT_SCREENSHOT

but I am getting this weird error
uri is undefined, code -1001

Any tips?