Alex Rudenko
Alex Rudenko
For example, see https://pptr.dev/next/api/puppeteer.mouseoptions#properties where clickCount is deprecated. cc @jrandolf @Lightning00Blade
This PR implements https://w3c.github.io/webdriver-bidi/#user-contexts for WebDriver BiDi protocol in Puppeteer.
See https://github.com/puppeteer/puppeteer/actions/runs/7715061916/job/21028748010?pr=11790
If you use `addEventListener` or `removeEventListener`, migrate to using `on`, `off`, `once` methods.
In CDP the console.warn resulted in a warning level, whereas HTML and WebDriver BiDi spec use `warn` to denote this level. To migrate, if you used ConsoleMessageType and checked for...
To migrate: rename uses of InterceptResolutionStrategy to InterceptResolutionAction
To migrate, import `KnownDevices` instead of `devices` from `puppeteer`.
I tried running it on macbook and on a linux machine for WebDriver BiDi and it fails with differences in events. @jrandolf can we normalize the test in some way?...
See https://treeherder.mozilla.org/logviewer?job_id=445145141&repo=try&lineNumber=15751
### Feature description We need to remove mentions of incognito because it makes little sense in a cross-browser setting. We have options how to name it: 1) keep it named...