Headless Chrome REPL not working

前端 未结 2 913
独厮守ぢ
独厮守ぢ 2020-12-15 11:18

When I try to run:

google-chrome --headless --disable-gpu --repl http://google.com

getting infinite:

[0829/155519.758686:IN         


        
2条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 12:00

    type this

     alias chrome=/opt/google/chrome/chrome
    

    then use chrome

     chrome --headless --disable-gpu --repl http://google.com
    

提交回复
热议问题