I Can't Save Snapshot Images Using Waterfox

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
viking
Posts: 244
Joined: Sun Mar 16, 2008 7:22 am

I Can't Save Snapshot Images Using Waterfox

Post by viking » Sun Jul 19, 2020 3:13 am

I am taking a snapshot of the webpage like this:

Code: Select all

SAVEAS TYPE=PNG FOLDER=D: \FILE=Test_{{!NOW:yyyy_mm_dd_hh-nn-ss}}
Using Firefox ESR 52.8.1 (64-bit) this works fine.

However, using Waterfox-Portable Classic 2020.06(64-bit), this gives me an error:

Code: Select all

TypeError: Argument 1 of CanvasRenderingContext2D.drawWindow does not implement interface Window., line 2 (Error code: -1001)
Anyone has any clue? Is there any way to save snapshot images using Waterfox?


UPDATE: The snapshots works in Firefox Portable Developer v55b2, but not in Firefox Portable Developer v56b3. Something must have changed in the rendering engine. I guess Waterfox must use the same engine as the later Firefox versions.


iMacros= v8.9.7
Browser1= Waterfox-Portable Classic 2020.06(64-bit)
Browser2= Firefox ESR 52.8.1 (64-bit)
OS= WIN7 (64-bit)
Post Reply