This commit is contained in:
Max Schmitt 2024-06-19 18:07:57 +02:00
parent 35f12cddcc
commit 4803ba84f8

View file

@ -133,7 +133,7 @@ for (const browserName of browserNames) {
return 'headless-new';
if (headed)
return 'headed';
return 'headless-old';
return 'headless';
})(),
browserName,
channel,