Search found 175 matches

by additional001
Mon Oct 26, 2015 5:09 pm
Forum: iMacros for Firefox
Topic: Something New: Defeating iMacros
Replies: 3
Views: 2955

Re: Something New: Defeating iMacros

I did a complete save of the site and uploaded it because it requires a login to get to the point that I'm trying to start at. If you remember in my OP the image that was shown should be on the page and you should be able to track it down in the DOM then. As far as recording it goes I have exhausted...
by additional001
Mon Oct 26, 2015 12:52 pm
Forum: iMacros for Firefox
Topic: Something New: Defeating iMacros
Replies: 3
Views: 2955

Something New: Defeating iMacros

So recently a web site that I have previously had problems writing scripts for did a redesign. Aesthetically it looked like a simple upgrade to HTML 5. So I thought I would give it a new shot and take a look at automating some things with iMacros again. I decided that this time I would start slow an...
by additional001
Fri Jan 09, 2015 1:49 pm
Forum: iMacros for Firefox
Topic: How To Verify Tag Exists before Attempting to Access Page
Replies: 4
Views: 4322

Re: How To Verify Tag Exists before Attempting to Access Pag

Right I'm still used to pre EVAL. Given that the iimGetExtract doesn't work right I'm going to assume EVAL doesn't work right and keep using old methods that have worked for me in the past... untill they break those.
by additional001
Fri Jan 09, 2015 1:44 pm
Forum: iMacros for Firefox
Topic: Timeout ignore
Replies: 1
Views: 2003

Re: Timeout ignore

by additional001
Mon Jan 05, 2015 6:58 am
Forum: iMacros for Firefox
Topic: How To Verify Tag Exists before Attempting to Access Page
Replies: 4
Views: 4322

Re: How To Verify Tag Exists before Attempting to Access Pag

Forgive chivracq for his FCIM rant. He's a bit anal retentive when it comes to that. LOL Usually justifiably so but in this case it's really not needed for an answer. I can't give you code answer but I can give you a logistical one. What you are asking for can not be done with just iMacro code alone...
by additional001
Sun Dec 21, 2014 12:07 am
Forum: General Support & Discussions
Topic: TAG commnd does not work correctly on Internet Explorer 11
Replies: 3
Views: 7670

Re: TAG commnd does not work correctly on Internet Explorer

And you are posting this in here why? This is strictly a FireFox Browser thread.
by additional001
Fri Dec 19, 2014 12:57 pm
Forum: iMacros for Firefox
Topic: Impossible to execute with Firefox
Replies: 5
Views: 4134

Re: Impossible to execute with Firefox

You would need to go through the support page for a faster response I would imagine.
by additional001
Fri Dec 19, 2014 9:59 am
Forum: iMacros for Firefox
Topic: can i have a Script
Replies: 2
Views: 2254

Re: can i have a Script

I'm just trying to figure out if he wants it done for free? or if he's willing to pay for it? :mrgreen:
by additional001
Fri Dec 19, 2014 9:57 am
Forum: iMacros for Firefox
Topic: Impossible to execute with Firefox
Replies: 5
Views: 4134

Re: Impossible to execute with Firefox

You may need to contact iOpus Support directly on this one. I don't think most of here that frequent the forum (at least not in the FireFox category) do much with VBS. Typically you see more JavaScript stuff here.
by additional001
Wed Dec 17, 2014 5:12 pm
Forum: iMacros for Firefox
Topic: Change LOOP default value
Replies: 3
Views: 3023

Re: Change LOOP default value

You can use that or you can edit the macro and get the same result.

Code: Select all

SET !LOOP 4
by additional001
Wed Dec 17, 2014 5:08 pm
Forum: iMacros for Firefox
Topic: Problem installing imacros in Seamonkey
Replies: 13
Views: 14942

Re: Problem installing imacros in Seamonkey

Just add the Key manually in your 'about:config' if it's not there, or have the Add-on I mentioned add it for you... I still use it in FF v34.0.5 (on Win7-x64). And by first downloading locally an Add-on and Dragging&Dropping it onto the Add-ons Page, you can always force the Install... You are...
by additional001
Wed Dec 17, 2014 1:44 pm
Forum: iMacros for Firefox
Topic: Problem installing imacros in Seamonkey
Replies: 13
Views: 14942

Re: Problem installing imacros in Seamonkey

Post your Results in the Thread, I'll be interested... Well this went south quick. It would appear that both Firefox and SeaMonkey no longer support extensions.checkCompatibility which seems key in "fooling" add ons in the about:config. Source: http://kb.mozillazine.org/Extensions.checkCo...
by additional001
Wed Dec 17, 2014 12:53 pm
Forum: iMacros for Firefox
Topic: JS Question: How to use ReG Exs to do comparisons
Replies: 5
Views: 4992

Re: JS Question: How to use ReG Exs to do comparisons

Hi additional001, If I understand you correctly, and I'm not sure I follow your description 100%, you would use something like the following: var extracted = iimGetExtract(); while (extracted.search(/Standby/) != -1) { // Code to be performed each time through the loop } Updated 2014-12-12: Changed...
by additional001
Wed Dec 17, 2014 12:51 pm
Forum: iMacros for Firefox
Topic: Palemoon doesn't work with imacros
Replies: 13
Views: 18534

Re: Palemoon doesn't work with imacros

Currently Pale Moon isn't supported. Don't feel bad, neither is SeaMonkey. I have requested that all Mozilla based browsers be supported in my Feature Request and Bug Thread which is sticky'd here. I doubt TS will read it... but the effort has been made :) Maybe not supported "officially"...
by additional001
Wed Dec 17, 2014 12:43 pm
Forum: iMacros for Firefox
Topic: iimGetExtract vrs iimGetLastExtract: NOT the same!
Replies: 3
Views: 6503

Re: iimGetExtract vrs iimGetLastExtract: NOT the same!

Apologies for the long reply TS Tom (a touch of the flu), Thanks for the kudos. Just doing my part for the community. :D

My thanks to chivracq as well for pointing the cross thread point to get the issue noticed. Good looking out! :D