Play javascript

Discussions and Tech Support specific to the iMacros for Chrome extension.
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
neutron2021
Posts: 1
Joined: Sun Feb 28, 2021 3:27 pm

Play javascript

Post by neutron2021 » Sun Feb 28, 2021 4:02 pm

Hi,
I am on version 12.6.190. The VERSION BUILD=1010. Windows 10 Pros. License: Personal Edition. Chrome browser with File Access

First time here, I am trying to execute a simple javascript file contains imacros code, but I can not. I thought with File Access, it can execute .js file. As you can see the picture, the Imacros have access to Files, but cannot see .js extension
Am I missing something?

https://ibb.co/gMDxDGp

File: test.js
var test;
test ="CODE:";
test +="SET !ERRORIGNORE YES "+"\n";
test +="URL GOTO=www.google.com "+"\n";

iimPlay(test)

Also for some reason, I can't embdded image on the post
Image
techimac
Posts: 482
Joined: Fri Feb 20, 2015 9:27 pm

Re: Play javascript

Post by techimac » Mon Mar 01, 2021 5:53 pm

js is not supported for this version

use palemoon browser, iMacros 8.9.7
Available for custom iim, javascript iMacros scripts
Post Reply