Search found 13 matches

by magnetsa
Fri Mar 17, 2017 9:57 pm
Forum: General Support & Discussions
Topic: my firefox browse no longer recognizes imacros protocol
Replies: 3
Views: 3689

Re: my firefox browse no longer recognizes imacros protocol

I just saw a prior description of the issue with the title "imacros://run/?m= broken in Firefox 52 with MultiProc enable" So, what is the fix? I looked for a MultiProc disable but could not see one. And, I would rather not do that anyway. There seemed to be another option in the other thre...
by magnetsa
Fri Mar 17, 2017 9:43 pm
Forum: General Support & Discussions
Topic: my firefox browse no longer recognizes imacros protocol
Replies: 3
Views: 3689

my firefox browse no longer recognizes imacros protocol

I used to be able to use

imacros://run/?m=websiteiimfile.iim

in Firefox. Now the imacros protocol is no longer recognized. I tried a reset of Firefox and adding imacros onece again. That did not work. How can I get this to work once again? The Firefox website is of no help.
by magnetsa
Sun Dec 21, 2014 5:09 pm
Forum: iMacros for Firefox
Topic: How To Verify Tag Exists before Attempting to Access Page
Replies: 4
Views: 4322

How To Verify Tag Exists before Attempting to Access Page

I access perhaps a couple hundred web pages a day using iMacros. Thanks!!! Over time things change and some pages are no longer accessible. For example, "TAG POS=1 TYPE=A ATTR=TXT:7" and "TAG POS=1 TYPE=A ATTR=TXT:8" might work fine one day but the next day "TAG POS=1 TYPE=A...
by magnetsa
Sun Sep 21, 2014 5:57 am
Forum: General Support & Discussions
Topic: help selecting radio buttons on Craigslist
Replies: 4
Views: 4781

Re: help selecting radio buttons on Craigslist

Did you ever get a response to your issue with radio buttons? I've got the same issue. Clicking the radio button is supposed to go to the next page. In my case a little javascript function is being used in the page code to submit the form when that radio button is clicked. I get to that part of my s...
by magnetsa
Sun Aug 17, 2014 2:54 pm
Forum: General Support & Discussions
Topic: Synergy and Imacros
Replies: 4
Views: 5451

Re: Synergy and Imacros

Tom, It is August 2014 now. Any progress with iMacros concerning control over Firefox display from a minimized state? What I want to do is have Firefox run in a minimized state until a certain event occurs. Then I want Firefox to appear so that I can see the iMacros status display from iimDisplay. C...
by magnetsa
Sun Jul 27, 2014 5:58 pm
Forum: iMacros for Firefox
Topic: One solution to -991 error
Replies: 0
Views: 1649

One solution to -991 error

[Exception... "Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsILocalFile.initWithPath]" nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame :: resource://imacros/utils.js :: imns.FIO.openNode :: line 203" data: ...
by magnetsa
Sun Jul 27, 2014 4:20 am
Forum: iMacros for Firefox
Topic: XMLHttpRequest, what is the story?
Replies: 5
Views: 4616

Re: XMLHttpRequest, what is the story?

Firefox 30 iMacros 8.8.2 Windows 7 const XMLHttpRequest = Components.Constructor("@mozilla.org/xmlextras/xmlhttprequest;1"); should not be required since Firefox knows perfectly well what XMLHttpRequest is in all recent versions of Firefox. OK, thanks for sharing the Solution... (Consider...
by magnetsa
Sat Jul 26, 2014 5:38 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4583642

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

I am using the Firefox addon "Mozilla Archive Format 3.0.0" to save complete web pages, since the built-in "Save page as" does not save all the contents correctly. This addon works great and saves the page correctly. Please consider adding support for this type of "SAVEAS T...
by magnetsa
Sat Jul 26, 2014 8:26 am
Forum: iMacros for Firefox
Topic: Is setInterval fully functional with iMacros?
Replies: 0
Views: 1494

Is setInterval fully functional with iMacros?

I have window.setInterval in my javascript iMacros code. It seems to execute properly and after the specified 6 seconds it executes the desired paragraph. That is the last time it executes the paragraph. The code does not stop execution, it simply hangs. I have to manually click the iMacros "St...
by magnetsa
Sat Jul 26, 2014 8:15 am
Forum: iMacros for Firefox
Topic: XMLHttpRequest, what is the story?
Replies: 5
Views: 4616

Re: XMLHttpRequest, what is the story?

How to use XMLHttpRequest? Is that what you are asking? Or are you asking about my application? Everyone doing dynamic page modification is using XMLHttpRequest. And, my application in this case is boring. All I am doing is analyzing data from a SAVEAS page iMacros provided and returning whether the...
by magnetsa
Sun Jul 20, 2014 3:10 pm
Forum: iMacros for Firefox
Topic: XMLHttpRequest, what is the story?
Replies: 5
Views: 4616

Re: XMLHttpRequest, what is the story?

Firefox 30
iMacros 8.8.2
Windows 7

const XMLHttpRequest = Components.Constructor("@mozilla.org/xmlextras/xmlhttprequest;1");
should not be required since Firefox knows perfectly well what XMLHttpRequest is in all recent versions of Firefox.
by magnetsa
Sun Jul 20, 2014 2:59 am
Forum: iMacros for Firefox
Topic: XMLHttpRequest, what is the story?
Replies: 5
Views: 4616

XMLHttpRequest, what is the story?

I have XMLHttpRequest somewhat operational as part of a javascript iMacro "mixture". When I search for "XMLHttpRequest imacros" one of the first results is usually something weird like "XMLHttpRequest is no longer supported in Firefox 15+" which is simply untrue, howeve...