我正在尝试使用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,因此,如果答案很明显,我深表歉意。