chrome headless启动方法
2019-11-18 本文已影响0人
louis的小仓库
1、打开终端执行:
google-chrome --headless --remote-debugging-port=9222
如果是mac下报 command not found 先执行:
alias google-chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
google-chrome --headless --remote-debugging-port=9222
如果是mac下报 command not found 先执行:
alias google-chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"