mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Motivation: For scenarios where [`findChromiumChannel`](f17de8222f/packages/playwright-core/src/server/registry/index.ts (L1016)
) throws (no branded browser and no normal browser is installed) we were [silently catching](f17de8222f/packages/playwright-core/src/server/recorder.ts (L79)
) when calling `page.pause()`. This patch does not invoke `findChromiumChannel` when the inspectedContext is Chromium based and has an `executablePath` specified. Note this was already fixed by #6214, but regressed since then. Fixes https://github.com/microsoft/playwright/issues/31967
playwright-core
This package contains the no-browser flavor of Playwright.