通过 ip 使用 chrome headless 模式
use chrome headless mode by ip
我遇到了一个问题。
我使用命令
/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --headless --remote-debugging-port=9222 ----remote-debugging-address=192.168.1.154
到运行chrome无头模式。
我可以通过 http://localhost:9222
打开 "Headless Chromium" 选项卡,就像这样。
但是http://192.168.1.154
打不开。
我确定我的 IP 是 192.168.1.154 并且防火墙已关闭。
如何解决?
请告诉我,谢谢。
你的IP和本地主机IP不一样,用127.0.0.1:9222
试试
我遇到了一个问题。
我使用命令
/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --headless --remote-debugging-port=9222 ----remote-debugging-address=192.168.1.154
到运行chrome无头模式。
我可以通过 http://localhost:9222
打开 "Headless Chromium" 选项卡,就像这样。
但是http://192.168.1.154
打不开。
我确定我的 IP 是 192.168.1.154 并且防火墙已关闭。
如何解决?
请告诉我,谢谢。
你的IP和本地主机IP不一样,用127.0.0.1:9222
试试