與文件互動
使用 --remote-debugging-port
公開可通過 HTTP 訪問的偵錯程式是裝置可以使用 Chrome 除錯協議連線文件並與文件互動的一種方式。
chrome --headless --remote-debugging-port=9222 https://stackoverflow.com
然後,你可以導航到 http:// localhost:9222 並以互動方式使用 Chrome DevTools。
使用 --remote-debugging-port
公開可通過 HTTP 訪問的偵錯程式是裝置可以使用 Chrome 除錯協議連線文件並與文件互動的一種方式。
chrome --headless --remote-debugging-port=9222 https://stackoverflow.com
然後,你可以導航到 http:// localhost:9222 並以互動方式使用 Chrome DevTools。