From 9475fead9fb45d9a2bb97f870e223f53c2818c5c Mon Sep 17 00:00:00 2001 From: Alexandre Pereira Date: Wed, 14 May 2025 11:47:00 +0100 Subject: [PATCH] Docs: Add note for Chrome 132+ regarding headless mode changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76681ba76a..004847cf14 100644 --- a/README.md +++ b/README.md @@ -1268,6 +1268,7 @@ For more information, see this GitHub [issue](https://github.com/SeleniumHQ/dock Noted: - In new Chrome/Chromium versions (v127+), `SE_START_XVFB` is required to be set to `true` to run in `--headless=new` mode. +- 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. ### Stopping the Node/Standalone after N sessions have been executed