Microsoft Windows 10 Home
Microsoft Windows NT 10.0.19041.0
64-bit Operating System
PM v28, iMacros for FF v 8.9.7
I need to know the syntax for using iimopen() with pale Moon.
Thanks
how to use iimopen with pale moon?
Forum rules
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
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
Re: how to use iimopen with pale moon?
azbob wrote: ↑Mon Jan 11, 2021 3:42 amI need to know the syntax for using iimopen() with pale Moon.Code: Select all
Microsoft Windows 10 Home Microsoft Windows NT 10.0.19041.0 64-bit Operating System PM v28, iMacros for FF v 8.9.7
Thanks
Alright, Thanks for adding a Qt Mark to your Thread Title, I first thought you were sharing a 'HowTo', ah-ah...!
And OK, you've "simplified" your FCI, good... (And be "careful" when posting your User-ID/SN for iMB 'Enterprise', I'm not sure if that Info cannot be used by sbd else to pick up your License...

>>>
Nope, you don't "need"/use 'iimOpen()' with PM, you call PM + your "starting" Script ('.iim' or '.js') directly from the Command Line (from a Windows/Browser Shortcut, or a '.bat'/'.cmd'/'.ps' File (+ Task Scheduler eventually)), just like with FF...

I use for example:
Code: Select all
"C:\Program Files (x86)\Pale Moon\palemoon.exe" -P "default" imacros://run/?m="_Main JFC++Q!_4.IIM"
And if using a '.js' Script, or the "Place"/Script you want to use 'iimOpen()' from, that Script will/should contain all the Logic/Workflow for your Automation...

@TechSup should "see" your Thread, they'll probably post a Reply in it, I would think...

>>>
EDIT:
Oh...!, and stg else...: You had mentioned before editing your FCI that you were using iMB v12.6 'Enterprise' (=> 'SI' v12.6), + FIO-Module for File-Access v10.1.0, but the FIO-Module v10.x (needed indeed with 'SI' v12.x) only works with iMacros for FF v10.0.2, it doesn't/wouldn't work with v9.0.3 or v8.9.7 for FF anyway...
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE').
- I don't even read the Qt if that (required) Info is not mentioned...!
- Script & URL help a lot for more "educated" Help...
- I don't even read the Qt if that (required) Info is not mentioned...!
- Script & URL help a lot for more "educated" Help...
Re: how to use iimopen with pale moon?
Sorry about the confusion.
I have multiple FF profiles:
1) Work: FF55 and im for ff 8.9.7
2) Testing SI : FF72 and im for ff 10.0.2
One pm profile- pm28- and Im for FF 8.9.7
Was trying to prepare for a SI test on pm(?) and thought about how to call...
Thanks
I have multiple FF profiles:
1) Work: FF55 and im for ff 8.9.7
2) Testing SI : FF72 and im for ff 10.0.2
One pm profile- pm28- and Im for FF 8.9.7
Was trying to prepare for a SI test on pm(?) and thought about how to call...
Thanks
Re: how to use iimopen with pale moon?
Hum, i also use 3 Profiles with PM26, but see the Comment I had put in my '.bat' File when trying to use a "dedicated" Profile:
Code: Select all
rem Pale Moon with dedicated Profile:
rem (Hum, doesn't work properly if that PM Profile is not already running, need to use the Default PM Profile...)
rem "C:\Program Files (x86)\Pale Moon\palemoon.exe" -P "JFC_Site1" -no-remote imacros://run/?m="_Main JFC++Q!.IIM"
But that was/is with PM26 (+ v8.8.2 for FF), maybe it works "better" with PM28 (+ v8.9.7 for FF), I never tried/tested again...
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE').
- I don't even read the Qt if that (required) Info is not mentioned...!
- Script & URL help a lot for more "educated" Help...
- I don't even read the Qt if that (required) Info is not mentioned...!
- Script & URL help a lot for more "educated" Help...
-
- Posts: 3635
- Joined: Mon May 31, 2010 4:59 pm
Re: how to use iimopen with pale moon?
Hi azbob,
The iMacros Enterprise scripting interface does not officially support launching iMacros in Palemoon, it only supports Firefox, Chrome, IE, and the iMacros browser. However, it might be possible to accomplish this via the -fxPath option to iimOpen. With -fxPath you specify the full path to the executable, so instead of specifying firefox.exe you can try specifying the executable for Palemoon. I'm not confident this will work even though I have never tried it myself, but it's worth a shot.
Regards,
Tom, iMacros Support
Tom, iMacros Support