Alex Rudenko
Alex Rudenko
I get the same result with 22.10.0
Note that we have done some refactoring in 22.10.1 and moved the selector parsing to the Node.js process. I wonder if bun perhaps not behaving in the same way as...
We do not explicitly support bun and I am not able to reproduce with Node.
Interesting, so only a single item on the screenshot is rendered differently? have you tried on a non-Windows platform (I wonder if we would get same results there)?
I am not familiar with how these locators work in Playwright in details but I think getByTitle would be equivalent to `[title="${yourTitle}"]` and for getByLabel, probably the closest would be...
Could you elaborate on why you need to disable it?
Please update the bug report with an executable example that we can run and try using the latest version using the bundled Chrome version.
@matthiasrohmer can we land this now?
ConnectOptions extends [BrowserConnectOptions](https://pptr.dev/api/puppeteer.browserconnectoptions) which contains [protocol](https://pptr.dev/api/puppeteer.browserconnectoptions#properties). Note that Firefox only allows a single WebDriver BiDi session currently so it is not possible to connect multiple times.
It's possible because a live site that changes over time is used and this is only an example for some common Puppeteer APIs.