How to set Playwright executablePath to use a custom browser?
Closed this issue · 1 comments
M1CK431 commented
Playwright stands we should be able to use any "Chromium-based browsers": https://playwright.dev/docs/browsers#chromium:~:text=other%20Chromium%2Dbased%20browsers
If I understand correctly, that browser binary have to be specified using executablePath: https://playwright.dev/docs/api/class-browsertype#browser-type-executable-path
How to set that option to use Vivaldi browser (for example)?
M1CK431 commented
Closed as I successfully set the executablePath using https://github.com/microsoft/playwright-mcp?tab=readme-ov-file#configuration