Playwright: [Question] How to run Chrome browser instead of Chromium using playwright ?

Created on 9 Jun 2020  路  3Comments  路  Source: microsoft/playwright

I could see the executable path for providing path to browser. But it supports only installed version of chromium only. Any work around for running chrome browser ?

Most helpful comment

There is executablePath option in browserType.launch().

All 3 comments

You'd need to install Chrome separately and then specify path to it, there is no special support for that. Please reopen if you have further questions.

How do you specify that path?

There is executablePath option in browserType.launch().

Was this page helpful?
0 / 5 - 0 ratings