Search found 44 matches

by fastviper
Mon Apr 07, 2014 2:23 pm
Forum: General Support & Discussions
Topic: Error NS_ERROR_UNEXPECTED in Firefox 28 - SOLVED!
Replies: 10
Views: 7676

Re: Error NS_ERROR_UNEXPECTED in Firefox 28 - SOLVED!

Nice of you to share (by opening the 7th Thread now dedicated to the same Problem...!), only the Python part is new... As I stated earlier in the 6th Thread, "In a Nutshell, Pb comes from FF28 and you just need to open once your .CSV File (on Win32/64) in Notepad (not in Excel) and to save it ...
by fastviper
Mon Apr 07, 2014 9:30 am
Forum: General Support & Discussions
Topic: Error NS_ERROR_UNEXPECTED in Firefox 28 - SOLVED!
Replies: 10
Views: 7676

Error NS_ERROR_UNEXPECTED in Firefox 28 - SOLVED!

I get this error everytime I try to run iim in Firefox 28 (win/unix) on iMacros 8.8.x NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref] (Error code: -1001) I found a solution I'd like to share. This is caused by lack of Byte Order Mark...
by fastviper
Mon Mar 24, 2014 2:28 pm
Forum: General Support & Discussions
Topic: New to IMacro, looping and stopping script when captcha come
Replies: 15
Views: 14149

Re: New to IMacro, looping and stopping script when captcha

Now, I want to add a Loop, so that the script repeats everything again. But the problem is, I don't see any option in recorder to do that So, how do I add that? Play the same script several times. The {{!LOOP}} is a value of current loop sequence. The second thing is, I want to know, can I minimize...
by fastviper
Mon Mar 24, 2014 2:21 pm
Forum: General Support & Discussions
Topic: Error in RUnning Script
Replies: 1
Views: 1861

Re: Error in RUnning Script

This is caused by upgrading of Firefox to 28 or higher.
Apparently imacros is incompatibile with actual stable Firefox versions.
by fastviper
Mon Mar 24, 2014 2:19 pm
Forum: iMacros for Firefox
Topic: iMacros 8.6.0 Loop-Csv-2-Web.iim example not working
Replies: 12
Views: 14021

Re: iMacros 8.6.0 Loop-Csv-2-Web.iim example not working

The upgrade to Firefox 28 immediately causes this problem (iMacros 8.8.1).
No iim could be read/played, editor shows empty code..
by fastviper
Wed Oct 02, 2013 9:44 am
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4581994

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

Bug report Version of iMacros: 8300326 Operating system: Windows 7, English Browser: Firefox 21.0 TypeError: details.target.focus is not a function, line: 6 (Error code: -1001) Version of iMacros: 8510617 (newest possible) Operating system: Ubuntu 12.04 Browser: Firefox 24.0 I have the same error m...
by fastviper
Tue Mar 19, 2013 2:18 pm
Forum: iMacros for Firefox
Topic: No support for INPUT:FILE with multiple files enabled...
Replies: 0
Views: 1332

No support for INPUT:FILE with multiple files enabled...

I have a input:file field on a page: <input type="file" name="images" multiple="" id="catalog_item_edit_images" class="file_field" autocomplete="off"> It features 'multiple' attribute, allowing to select multiple files at once. This works i...
by fastviper
Thu Nov 22, 2012 10:02 am
Forum: iMacros for Firefox
Topic: Firefox click mode does not have Direct Screen option.
Replies: 13
Views: 19569

Re: Firefox click mode does not have Direct Screen option.

Any news?
We'd like to start earning money with DS for Firefox..
by fastviper
Wed Oct 10, 2012 12:03 pm
Forum: General Support & Discussions
Topic: URLCURRENT error in EVAL
Replies: 2
Views: 2305

Re: URLCURRENT error in EVAL

And when exactly can we expect the fix? Actually using the same variable also works (Firefox 14): SET !VAR1 {{!URLCURRENT}} SET !VAR1 EVAL("var s = \"{{!VAR1}}\"; s.replace('r', 'w');") URL GOTO={{!VAR1}} (Just like "var1 = var1 + 2" works, right hand evaluated before a...
by fastviper
Thu Sep 27, 2012 1:30 pm
Forum: iMacros for Firefox
Topic: Values
Replies: 17
Views: 11337

Re: Values

What you actually need to do is to learn why using wildcard on *contunue* does not work. There is no other way. Maybe there are several such submit buttons on the page? Use Firebug console to learn more about the page. Alternatively you might try to solve the puzzle with !SET EVAL and some javascrip...
by fastviper
Wed Sep 28, 2011 10:35 am
Forum: iMacros for Firefox
Topic: Click the javascript:void(0) link and do not expect loading
Replies: 1
Views: 1995

Click the javascript:void(0) link and do not expect loading

I'm having a problem with a link: <a onclick="MagicThumb.expand('product_details_zoom_image');" href="javascript:void(0)" class="link_style_1">See large view</a> It focuses a layer with product image preview. Yes, focuses existing, hidden layer (effectively: jQuery(&quo...
by fastviper
Fri Apr 08, 2011 6:54 am
Forum: iMacros for Firefox
Topic: Salesforce-IMACRO-send templated mail to contact not working
Replies: 5
Views: 6991

Re: Salesforce-IMACRO-send templated mail to contact not wor

@dougs778 - you need to know some things before buying anything: 1. DirectScreen only works in Internet Explorer. Tech team informed on this forum that it will be part of Firefox plugin in next few months. I'd wait till then. 2. Since DS only works in IE and IE does not support tabs, (TAB T=2 won't ...
by fastviper
Fri Apr 08, 2011 6:37 am
Forum: iMacros for Firefox
Topic: WARNING: run.imacros.net and imacros://run no longer work
Replies: 15
Views: 14475

Re: WARNING: run.imacros.net and imacros://run no longer wor

Sadly under Windows when one has iMacros 7.22 installed, going back in Firefox to plugin 7.1.1.2 does not fix anything.
So this "bug" must be intentional. Please comment on this dear iOpus.
by fastviper
Thu Apr 07, 2011 8:25 pm
Forum: General Support & Discussions
Topic: More Xpaths functionality
Replies: 3
Views: 2740

Re: More Xpaths functionality

Absence of element: TAG (find an element) EXTRACT=TXT if EXTRACT == #EANF#: ## iimLastExtract() IIRC element not found You may need to split macros into parts to do this. Check out also XPATH addons for firefox - they more or less suffice together with element[@attribute], element[n] (n-th element),...
by fastviper
Thu Apr 07, 2011 8:13 pm
Forum: iMacros for Firefox
Topic: WARNING: run.imacros.net and imacros://run no longer work
Replies: 15
Views: 14475

Re: WARNING: run.imacros.net and imacros://run no longer wor

blackjack wrote:I have my OS set to upgrade addons automatically. This morning iMAcros updated to V7.2.0.8 and since then, I receive an error when opening Firefox V4.0 in the iMacros window.
Please don't steal threads :-)