Search found 14 matches

by mevsme
Mon May 26, 2014 2:41 pm
Forum: iMacros for Firefox
Topic: Feedback and Issues on EVENT Recording Mode.
Replies: 25
Views: 45013

Re: Feedback and Issues on EVENT Recording Mode.

Where is full manual for all types, what's BUTTON=0 means? TYPEs list? Where's its all?
by mevsme
Fri Apr 25, 2014 6:42 pm
Forum: iMacros for Firefox
Topic: NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000
Replies: 27
Views: 29902

Re: NS_ERROR_UNEXPECTED: Component returned failure code: 0x

Hey! I've just returned to find out if any sollution came out))) Because problem was not only with CSV files, but with my custom `save image` scripts too.
And has to say that encoding of the scripts WITH BOM does help) Thanks, no need to downgrade FF.
by mevsme
Thu Feb 20, 2014 12:54 pm
Forum: iMacros for Firefox
Topic: NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000
Replies: 27
Views: 29902

Re: NS_ERROR_UNEXPECTED: Component returned failure code: 0x

Yeah, I think it's FF problem. Will try to downgrade.

My script:

Code: Select all

ONDOWNLOAD FOLDER=* FILE=*
TAG POS=1 TYPE=IMG ATTR=CLASS:spotlight CONTENT=EVENT:SAVEITEM
After Update of iMacros or FF?
Don't know exactly, I did both, will try to roll back.
by mevsme
Thu Feb 20, 2014 9:53 am
Forum: iMacros for Firefox
Topic: NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000
Replies: 27
Views: 29902

NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000

NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref] (Error code: -1001)
I had working scripts but they are not working now, after update, I guess.
Imacros 8.8.1
FF 28.0 (beta branch)
by mevsme
Thu Jan 02, 2014 2:51 am
Forum: iMacros for Firefox
Topic: Imacros script doesn't execute from bookmark menu
Replies: 1
Views: 1398

Imacros script doesn't execute from bookmark menu

It worked yesterday, and now - it's not. I didn't do anything. I had fast save image script for some sites. It works from Imacros panel, but not from bookmark panel and toolbar. Drops error for example untimeError: element IMG specified by HREF:https://domain.com/* was not found, line: 2 (Error code...
by mevsme
Mon Oct 14, 2013 11:38 am
Forum: General Support & Discussions
Topic: Hotkeys for iMacros?
Replies: 2
Views: 5941

Re: Hotkeys for iMacros?

And there is no any for Play\Stop?
by mevsme
Tue Sep 24, 2013 2:12 pm
Forum: iMacros for Firefox
Topic: How to use TAG to write content to an Editable DIV ?
Replies: 11
Views: 11988

Re: How to use TAG to write content to an Editable DIV ?

I have made a video: youtube video In this case recording didn't work, but i've found out how to get what I want: i'm using experimental mode, and words are placed in div by tag `CHARS="some words" But am I doing something wrong in `automatic select record mode`? Why there's no any wiki-ar...
by mevsme
Tue Sep 24, 2013 1:51 pm
Forum: iMacros for Firefox
Topic: How to prevent a 404 error from crashing an imacro
Replies: 6
Views: 6492

Re: How to prevent a 404 error from crashing an imacro

Hi mevsme, I ran your macro using iMacros-FX 8.5.1 with Firefox 24 and it ran successfully for me. http://www.screencast.com/t/hwL8d22ACDTL Where is it stopping for you? Here's my case. Script stops while dog's big head. Need to enter some valid url, to make script run Video on youtube (unlisted) U...
by mevsme
Fri Sep 20, 2013 3:57 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4584637

Re: Feature Requests & Bug Fix Requests. ADD YOURS!

Try to record vk.com features, and you will invent a lot of new functionality
by mevsme
Fri Sep 20, 2013 3:12 pm
Forum: iMacros for Firefox
Topic: How to use TAG to write content to an Editable DIV ?
Replies: 11
Views: 11988

Re: How to use TAG to write content to an Editable DIV ?

I need to place data in editable DIV to enter message, could you tell me how to do that?
The site is vk.com, there is a lot of ajax there, so you even could try automate some other things, 80% I tried - doesn't work at all for me :? .
by mevsme
Fri Sep 20, 2013 3:04 pm
Forum: iMacros for Firefox
Topic: How to prevent a 404 error from crashing an imacro
Replies: 6
Views: 6492

Re: How to prevent a 404 error from crashing an imacro

My code does have errorignore VERSION BUILD=8300326 RECORDER=FX SET !ERRORIGNORE YES URL GOTO=http://vk.com/mariphotografer SET !ERRORIGNORE YES SET !TIMEOUT_STEP 1 EVENT TYPE=CLICK SELECTOR="#friend_status>DIV>DIV>BUTTON" BUTTON=0 SET !TIMEOUT_STEP 10 EVENT TYPE=CLICK SELECTOR="#prof...