Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Firefox Headless ---Screenshot not working for local HTML files

  • 1 răspuns
  • 1 are această problemă
  • 24 de vizualizări
  • Ultimul răspuns de cor-el

more options

I'm unable to generate a screenshot of a local HTML file using Firefox's (v60.9.0) [headless mode][1]

Here's the command I'm using:

   "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -P AJ --screenshot test.png "file:///C:/html_export.html"

I've tried with and without a profile and with different numbers of slashes after file. There are no errors in the command line - it just doesn't generate an output.

This command works fine when I substitute the file:// with an external website like:

   "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -P AJ --screenshot test.png google.com

Could it be related to the [redirect bug mentioned here][2]?

Any help is appreciated! Perhaps theres a way to turn on output verbosity for --headless mode?

 [1]: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Headless_mode
 [2]: https://bugzilla.mozilla.org/show_bug.cgi?id=1546062
I'm unable to generate a screenshot of a local HTML file using Firefox's (v60.9.0) [headless mode][1] Here's the command I'm using: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -P AJ --screenshot test.png "file:///C:/html_export.html" I've tried with and without a profile and with different numbers of slashes after file. There are no errors in the command line - it just doesn't generate an output. This command works fine when I substitute the file:// with an external website like: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -P AJ --screenshot test.png google.com Could it be related to the [redirect bug mentioned here][2]? Any help is appreciated! Perhaps theres a way to turn on output verbosity for --headless mode? [1]: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Headless_mode [2]: https://bugzilla.mozilla.org/show_bug.cgi?id=1546062

Toate răspunsurile (1)

more options

This could be related to this pref:

  • privacy.file_unique_origin = false

See also this thread for some remarks when I tested headless mode: