Alex Rudenko

Results 186 issues of Alex Rudenko

For example, see https://pptr.dev/next/api/puppeteer.mouseoptions#properties where clickCount is deprecated. cc @jrandolf @Lightning00Blade

bug
confirmed
documentation

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

P1

If you use `addEventListener` or `removeEventListener`, migrate to using `on`, `off`, `once` methods.

DO NOT MERGE

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...

DO NOT MERGE

To migrate: rename uses of InterceptResolutionStrategy to InterceptResolutionAction

DO NOT MERGE

To migrate, import `KnownDevices` instead of `devices` from `puppeteer`.

DO NOT MERGE

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?...

P1

See https://treeherder.mozilla.org/logviewer?job_id=445145141&repo=try&lineNumber=15751

bug
confirmed
P3

### 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...

feature
confirmed