Martynas Vasiliauskas
Results
2
comments of
Martynas Vasiliauskas
@pandel `browser = await playwright.chromium.launch(headless=True)` is not the same as `browser = await playwright.chromium.launch(headless=True, channel="chromium")` I was hitting this same condition and using the "chromium" channel fixed the issue.
> This still looks like a bug to me. `headless: true` should behave the same as `channel: 'chromium'`. Happy to investigate further on our side, esp. if it was working...