本文介绍了Chromium / Chrome无头-文件下载不起作用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我下载了最新版本的铬,以测试无头功能。

I downloaded the latest version of chromium, to test out the headless feature.

当我运行时(作为root用户,因为我仍在测试东西):

When I run (as root, because I'm still testing things):

./chrome --no-sandbox http://cp7.awardspace.com/speed-test/awardspace-data1mb.zip

在GUI终端中,它将打开Chromium并下载文件。

In the GUI terminal, it opens Chromium and downloads the file.

如果我想无头运行它,请输入以下内容:

If I'm trying to run it headless, I enter the following:

./chrome --no-sandbox --headless http://cp7.awardspace.com/speed-test/awardspace-data1mb.zip

终端会输出一些信息,没有打开任何窗口,但是:我没有在任何地方下载文件。

The terminal outputs some information, no window gets opened, but also: I don't have the file downloaded anywhere.

我一直在搜寻互联网和讨论组以获取更多信息,但找不到任何内容。

I have been scouting the internet and discussion groups for more information, but cannot find anything.

对于Chromium,文件下载是否无法在无头模式下工作?

推荐答案

这是在headl中报告的错误基本实现:

That's a reported bug in headless implementation:https://bugs.chromium.org/p/chromium/issues/detail?id=696481

这篇关于Chromium / Chrome无头-文件下载不起作用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 06:29