无头的Chrome浏览器会立即以--repl标志退出

时间:2019-03-07 21:35:45

标签: google-chrome google-chrome-headless

我正在尝试使用chrome.exe无头REPL,但它似乎会立即退出。

我目前在Windows 7 Pro 64位上 Chrome版本72.0.3626.121

使用的命令:

$ chrome.exe --headless --disable-gpu --enable-logging --no-sandbox --repl https://www.chromestatus.com/

结果

正如您在下面看到的那样,除了没有>>>以外,几乎可以开始使用REPL了。

$ [0307/131904.237:INFO:headless_shell.cc(370)] Type a Javascript expression to evaluate or "quit" to exit.


如果我要输入一个javascript表达式:

$ [0307/132502.083:INFO:headless_shell.cc(370)] Type a Javascript expression to evaluate or "quit" to exit.
const someNumber = 1
'const' is not recognized as an internal or external command,
operable program or batch file.
$

似乎Chrome已经退出。我已经在cmd.exe,PowerShell和ConEmu中尝试了所有相同的结果。这是我第一次使用无头的chrome,因此,如果答案很明显,我深表歉意。

0 个答案:

没有答案