Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Equivalent command for google-chrome --headless --dump-dom URL?

  • 2 trả lời
  • 1 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi Culip

more options

I want to download a dynamically generated webpage. I don't think cURL, wget or Invoke-WebRequest command can do it.

In Google Chrome, the command below works:

$ google-chrome --headless --dump-dom https://foo.com > ./foo.html

Does the Firefox command-line mode have an equivalent tool?


So far I have checked

I want to download a dynamically generated webpage. I don't think cURL, wget or Invoke-WebRequest command can do it. In Google Chrome, the command below works: $ google-chrome --headless --dump-dom https://foo.com > ./foo.html Does the Firefox command-line mode have an equivalent tool? So far I have checked * https://developers.google.com/web/updates/2017/04/headless-chrome * https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options * https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Headless_mode

Được chỉnh sửa bởi Culip vào

Tất cả các câu trả lời (2)

more options

Maybe selecting the full web page (Ctrl+A) and using "View Selection Source" in the right-click context menu works to get the page source. You probably need to disable syntax highlighting to get clean page code.

You can also try the Inspector and select the HTML element and use "Copy > Outer HTML".

more options

cor-el said

Maybe selecting the full web page (Ctrl+A) and using "View Selection Source" in the right-click context menu works to get the page source.

No. See the question: I am asking about "the Firefox command-line mode" not the GUI. I want to call the firefox command from some scripts (Bash, PowerShell Core or Python) that read a list of URLs and download target contents in a batch process.

Được chỉnh sửa bởi Culip vào