Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Problem using Firefox 109.0.1(64-bit) in headless mode

  • 1 απάντηση
  • 0 έχουν αυτό το πρόβλημα
  • 6 προβολές
  • Τελευταία απάντηση από cor-el

more options

I am using Firefox 109.0.1(64-bit) in headless mode from the Command Prompt screen of Windows 10. From the Mozilla Firefox folder if I enter firefox.exe --headless --screenshot C:\Users\me\file1.png https://www.wikipedia.org I successfully store the screenshot as file1.png However, if I enter firefox.exe --headless --screenshot C:\Users\me\file2.png https://www.python.org I don't store any file nor do I get any error message If I enter (not using headless mode) firefox.exe https://www.python.org the Firefox screen is opened and the python.org page is displayed

Any ideas about why wikipedia.org works and python.org doesn't?

I am using Firefox 109.0.1(64-bit) in headless mode from the Command Prompt screen of Windows 10. From the Mozilla Firefox folder if I enter firefox.exe --headless --screenshot C:\Users\me\file1.png https://www.wikipedia.org I successfully store the screenshot as file1.png However, if I enter firefox.exe --headless --screenshot C:\Users\me\file2.png https://www.python.org I don't store any file nor do I get any error message If I enter (not using headless mode) firefox.exe https://www.python.org the Firefox screen is opened and the python.org page is displayed Any ideas about why wikipedia.org works and python.org doesn't?

Όλες οι απαντήσεις (1)

more options

I always use a separate test-ss profile for testing in headless mode and if necessary delete all the files in this profile leaving the profile folder empty. This still works for me:

Both sites work for me on Linux with the current 109 release.

/usr/local/mozilla/firefox-RE/firefox --screenshot ~/Downloads/test-pyth-109.png https://www.python.org/ -P test-ss -no-remote
/usr/local/mozilla/firefox-RE/firefox --screenshot ~/Downloads/test-wpo-109.png https://www.wikipedia.org/ -P test-ss -no-remote