Demo-Firefox / Demos Do Not Work

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
Raisins
Posts: 3
Joined: Thu May 25, 2017 5:25 pm

Demo-Firefox / Demos Do Not Work

Post by Raisins » Fri May 26, 2017 12:37 pm

iMACROS VERSION BUILD=9030808 RECORDER=FX
Browser Firefox 53.0.2 (64-bit)
Operating System macOS Sierra V. 10.12.5
Demos do not work. They open and don't run, or only run partially and then halt without errors.

Demo Open6Tabs.iim is intermittent. Sometimes it opens but does not run.
Other times it runs but only opens the first tab (http://www.iopus.com). Processing stops at that point (line eight). No error messages when it stops. Eventually times out and gives this Error Code...
TypeError: console.error is not a function (Error code: -1001)

Same problem with Extract.iim. If it runs, it only opens the first tab (http://demo.imacros.net/Automate/Extract2) and stops. Same error code.

I didn't see any other comments like this in the forum, so there may be something in Firefox or iMacros preferences that needs to be set. Any help or suggestions would be appreciated.


Demo-Firefox OPEN6TABS.IIM...

VERSION BUILD=7500718 RECORDER=FX
SET !VAR1 1
'Start at TAB T=2, as we do not want to change "start" tab of user
'Open TAB, select it, load website
TAB OPEN NEW
ADD !VAR1 1
TAB T={{!VAR1}}
URL GOTO=http://www.iopus.com
'Open TAB, select it, load website
TAB OPEN NEW
ADD !VAR1 1
TAB T={{!VAR1}}
URL GOTO=http://forum.imacros.net
'Open TAB, select it, load website
TAB OPEN NEW
ADD !VAR1 1
TAB T={{!VAR1}}
URL GOTO=http://wiki.imacros.net
'Open TAB, select it, load website
TAB OPEN NEW
ADD !VAR1 1
TAB T={{!VAR1}}
URL GOTO=http://www.alertfox.com
'Open TAB, select it, load website
TAB OPEN NEW
ADD !VAR1 1
TAB T={{!VAR1}}
URL GOTO=http://status.iopus.com/
'Open TAB, select it, load website
TAB OPEN NEW
ADD !VAR1 1
TAB T={{!VAR1}}
URL GOTO=http://wiki.alertfox.com

Demo-Firefox EXTRACT.IIM...

VERSION BUILD=8031994
TAB T=1
URL GOTO=http://demo.imacros.net/Automate/Extract2
TAG POS=1 TYPE=TD ATTR=CLASS:bdytxt&&TXT:* EXTRACT=TXT
TAG POS=1 TYPE=A ATTR=TXT:H*links* EXTRACT=TITLE
TAG POS=1 TYPE=SPAN ATTR=CLASS:bdytxt&&TXT:* EXTRACT=HTM
TAG POS=1 TYPE=A ATTR=TXT:HREF<SP>extracts<SP>links EXTRACT=HREF
TAG POS=1 TYPE=IMG ATTR=SRC:*shark_thumbnail.jpg EXTRACT=ALT
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:form1 ATTR=NAME:abc EXTRACT=TXT
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:form1 ATTR=ID:TF2 EXTRACT=TXT
TAG POS=2 TYPE=TABLE ATTR=TXT:*My* EXTRACT=TXT
TAG POS=1 TYPE=TD ATTR=CLASS:bdytxt&&TXT:* EXTRACT=TXT
'
'Relative extraction
'
'1. Mark reference (anchor) element
TAG POS=1 TYPE=TH ATTR=TXT:MyTable
'2. POS value is RELATIVE to the anchor element
TAG POS=R3 TYPE=TD ATTR=TXT:* EXTRACT=TXT
Post Reply