From bb4256a1446aacd00504ab75239fcaed944ff509 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Wed, 16 Jul 2025 09:18:11 +0200 Subject: [PATCH] [Panther] Configure env `PANTHER_DEVTOOLS=0` Following https://github.com/symfony/panther/issues/675 and https://github.com/symfony/ux/pull/2873, passing `PANTHER_DEVTOOLS=0` (it is enabled by default) fixes issues when using Chrome 137+. I agree this is not the best fix, surely something must be fixed upsteam, but for the moment, disabling devtools allows Panther to be usable again in some behaviors. --- symfony/panther/1.0/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symfony/panther/1.0/manifest.json b/symfony/panther/1.0/manifest.json index 0cedf67e2..53ab4e9c4 100644 --- a/symfony/panther/1.0/manifest.json +++ b/symfony/panther/1.0/manifest.json @@ -21,7 +21,8 @@ "dotenv": { "test": { "PANTHER_APP_ENV": "panther", - "PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots" + "PANTHER_ERROR_SCREENSHOT_DIR": "./var/error-screenshots", + "PANTHER_DEVTOOLS": "0" } }, "add-lines": [