Skip to content

Commit c4f28c4

Browse files
authored
Docs: Add note for Chrome 132+ regarding headless mode changes (#2832)
1 parent 7957b99 commit c4f28c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,7 @@ For more information, see this GitHub [issue](https://github.com/SeleniumHQ/dock
12681268
12691269
Noted:
12701270
- In new Chrome/Chromium versions (v127+), `SE_START_XVFB` is required to be set to `true` to run in `--headless=new` mode.
1271+
- In new Chrome/Chromium versions (v132+), `--headless` only runs in the [`new` mode](https://developer.chrome.com/blog/removing-headless-old-from-chrome), so you need to set `SE_START_XVFB` to `true` when using `--headless` mode.
12711272
12721273
### Stopping the Node/Standalone after N sessions have been executed
12731274

0 commit comments

Comments
 (0)