File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,20 @@ As of M118, precompiled `headless_shell` binaries are available for download
99under the name ` chrome-headless-shell ` via [ Chrome for Testing
1010infrastructure] ( https://googlechromelabs.github.io/chrome-for-testing/ ) .
1111
12+ As of M132, headless shell functionality is no longer part of
13+ the Chrome binary, so --headless=old has no effect.
14+ If you are using old Headless functionality you should
15+ now migrate to ` chrome-headless-shell ` .
16+ [ Read more] ( https://developer.chrome.com/blog/removing-headless-old-from-chrome ) .
17+
1218There are two ways to use Headless Chromium:
1319
1420## Usage via the DevTools remote debugging protocol
1521
16- 1 . Start a normal Chrome binary with the ` --headless=old ` command line flag:
22+ 1 . Start Chrome in headless mode using the ` --headless ` command line flag:
1723
1824``` sh
19- $ chrome --headless=old --remote-debugging-port=9222 https://chromium.org/
25+ $ chrome --headless --remote-debugging-port=9222 https://chromium.org/
2026```
2127
22282 . Navigate to ` chrome://inspect/ ` in another instance of Chrome.
You can’t perform that action at this time.
0 commit comments