Mega issue to discuss playwright support for more platforms.
As we upstream our patches and time goes on, the current versions of the browsers playwright supports will naturally be the older versions. Firefox ESR is supported for up to a year though, so we might get some value by specifically releasing an older version.
These should just work today by specifying executablePath and running with the chromium object. They provide some small value over testing against the Chromium we download because they turn on different feature flags, and can play different media types. We could be doing more to help people with compatibility between the playwright package version and the specific branded browser they have.
Electron is supported with playwright-electron package.
Right now we fake these browsers. It would be cool to be able to run tests directly against them. Maybe we can use the IOS simulator?
IE is still around somehow, and people want to test against it. The new Edge is based on Chromium, but still has an IE mode. It's very unlikely we would get our full feature set into IE. But having a small playwright-compatible subset of features could help tide people over until IE finally goes away. We could potentially wrap the work that has been done on WebDriver here.
We've been experimenting with different browsers and Playwright.
Edge is working fine, however Opera (68) does not work yet, this is returning an error:
Browser.setDownloadBehavior' wasn't found at the start of the session.
I can confirm that these browsers are working:
but these not:
A working Opera version would be probably useful.
@mxschmitt Hey, how to execute playwright with Edge Canary? Could you share that knowledge somewhere?
@mxschmitt Hey, how to execute playwright with Edge Canary? Could you share that knowledge somewhere?
Hey! I created a blog post about it, let me know if I forgot something.
https://playwright.tech/blog/automate-microsoft-edge-with-playwright
Hey @mxschmitt,
I see that playwright uses firefox nightly 78 right now, I tried to run tests on firefox-stable present at '/Applications/Firefox.app/Contents/MacOS/firefox'. I could see the browser launching, but it directly goes to https://0.0.0.0
Is there a way we could use firefox stable build with playwright?
Hey @mxschmitt,
I see that playwright uses firefox nightly 78 right now, I tried to run tests on firefox-stable present at'/Applications/Firefox.app/Contents/MacOS/firefox'. I could see the browser launching, but it directly goes to https://0.0.0.0
Is there a way we could use firefox stable build with playwright?
Hi, my blog post only relates to Chromium based browsers. For Firefox or WebKit it's not possible to use own versions since Playwright internally injects there some wrappers to provide the APIs to automate it on compile time.
Most helpful comment
Hey! I created a blog post about it, let me know if I forgot something.
https://playwright.tech/blog/automate-microsoft-edge-with-playwright