Search found 13 matches

by Mikemacx
Tue May 28, 2019 2:16 pm
Forum: iMacros for Firefox
Topic: Where are all the options gone?
Replies: 29
Views: 16776

Re: Where are all the options gone?

I was able to run two separate versions of firefox and i have the older version of iMacros on the older one. It works and I can still do all the old commands and functions as before. You're other option is to use Kantu Browser Automation.
by Mikemacx
Fri Feb 02, 2018 5:01 pm
Forum: iMacros for Firefox
Topic: iMacros for Firefox compatibility with Firefox 56 and later
Replies: 27
Views: 100513

Re: iMacros for Firefox compatibility with Firefox 56 and la

Well...it's not that dire until an update comes around. You can always run multiple versions of Firefox on your computer and keep the iMacros friendly version going.... https://civicactions.com/blog/running-multiple-versions-of-firefox-on-mac-os-x/ https://www.webdesignerbible.com/how-to-install-two...
by Mikemacx
Fri Aug 26, 2016 2:57 pm
Forum: iMacros for Firefox
Topic: iMacros 9.03 - Upload File No Longer Available
Replies: 1
Views: 1767

iMacros 9.03 - Upload File No Longer Available

Just chiming in on the loss of this feature. It's probably one of the core features I use about 50 times a day. Is this truly no longer going to be available or will there be a return to this feature in future releases? I already downgraded to get it back, but as we know, holding on to a previous ve...
by Mikemacx
Fri Oct 16, 2015 5:23 pm
Forum: iMacros for Firefox
Topic: SEARCH Regex - if not found?
Replies: 1
Views: 1511

SEARCH Regex - if not found?

iMacros for FF v8.9.2, FF42...?, MacOS Hi all.... i am currently extracting data from a page by slicing out just the words/numbers I need. It's gathering separate dimensions from a string. STRING: Dimensions: Height 13", Width 21", Depth 5" My code: SEARCH SOURCE=REGEXP:"((Dimens...
by Mikemacx
Fri Jun 05, 2015 6:43 pm
Forum: iMacros for Firefox
Topic: Table Extraction - Thousands Comma Separator
Replies: 7
Views: 5862

Re: Table Extraction - Thousands Comma Separator

Ahh yes.... VERSION BUILD=8920312 Mac Firefox 39.0 Beta URL http://www.lightology.com/index.php?module=prod_detail&prod_id=45635# VERSION BUILD=8920312 RECORDER=FX TAB T=1 TAG POS=1 TYPE=TABLE ATTR=CLASS:options_table EXTRACT=TXT SET !VAR1 EVAL("var s='{{!EXTRACT}}'; s.replace(',', '');&quo...
by Mikemacx
Fri Jun 05, 2015 4:14 pm
Forum: iMacros for Firefox
Topic: Table Extraction - Thousands Comma Separator
Replies: 7
Views: 5862

Table Extraction - Thousands Comma Separator

VERSION BUILD=8920312 Mac Firefox I'm trying to extract a table with options and pricing, the latter containing a comma thousands separator. When I open the csv file, Excel obviously splits the price between two cells at the comma. I tried doing a Eval replace for the comma, but it doesn't seem to w...
by Mikemacx
Wed Apr 30, 2014 6:14 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Tag check Looping puzzle
Replies: 1
Views: 2098

Tag check Looping puzzle

Hi all..... I have a macro that runs through a series of divs for extraction. Works fine looping with: TAG POS={{!LOOP}} TYPE=IMG ATTR=SRC:http://s7d5.scene7.com/ti/image/Fraps/product/*140* But I need to also check each div for an image tag if the product is new. This: TAG POS={{!LOOP}} TYPE=IMG AT...
by Mikemacx
Fri Apr 04, 2014 5:10 am
Forum: Command Line and Scripting Interface
Topic: skip to next loop if page is offline
Replies: 1
Views: 2698

Re: skip to next loop if page is offline

I believe that you would set nearer the top of your code:

SET !ERRORIGNORE YES
by Mikemacx
Thu Apr 03, 2014 4:03 pm
Forum: Command Line and Scripting Interface
Topic: Loop Until - Code Help
Replies: 1
Views: 2990

Loop Until - Code Help

Hi all..... I have this code that loops through products on a page and then at the end clicks the next page button. Problem is that some products have varying numbers of pages, so my counter causes it to repeat the extract if the pages are smaller than the set "for" counter. Where do i put...
by Mikemacx
Thu Nov 07, 2013 5:08 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4584081

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

Thank you! Downgrading fixed the issue. I thought it was a Mavericks thing with the windows or maybe the Firefox 25 update, but I'm able to concentrate on the front window again.
by Mikemacx
Wed Nov 06, 2013 10:32 pm
Forum: iMacros for Firefox
Topic: Feature Requests & Bug Fix Requests. ADD YOURS!
Replies: 363
Views: 4584081

Widow Bug in Firefox

I just noticed that the new version causes the Firefox window that is running the Macro to keep coming forward. I used to be able to run it then work on another new window.

I'm on Firefox Version 25, Mac
by Mikemacx
Thu Feb 21, 2013 5:24 pm
Forum: General Support & Discussions
Topic: iMacros , Firefox, and Mac Questions
Replies: 1
Views: 1861

Re: iMacros , Firefox, and Mac Questions

Question 1) resolved. Just updated iMacros to version 8.2.4 and all is well. Images downloaded perfectly. Mozilla didn't make this readily available.


Anything about Question 2? How do I translate the ActiveX Createobject to a Mac environment?
by Mikemacx
Thu Feb 21, 2013 5:54 am
Forum: General Support & Discussions
Topic: iMacros , Firefox, and Mac Questions
Replies: 1
Views: 1861

iMacros , Firefox, and Mac Questions

Hi all..... Newbie here. I have started using iMacros with Firefox Version 19. I have been wondering about a couple things since starting. 1) I can't seem to be able to download/save images. I keep getting this error: NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsIWebBrowserPersist.saveURI],...