Alex Rudenko

Results 1196 comments of Alex Rudenko

Would it be possible to rebase the PR?

Thanks! locally I get the same error that shows on the bots now: ``` self._require_webdriver_bidi = test.testdriver_features is not None and 'bidi' in test.testdriver_features or 'extensions' in test.testdriver_features TypeError: argument...

Currently, in ConnectOptions you can provide a custom transport implementation https://pptr.dev/api/puppeteer.connectoptions/#properties In the transport implementation you could use the "ws" package (or another websocket client) and pass a custom agent...

It appears that the TypeError: fetch failed would be thrown on network errors. Perhaps the error cause could be included into the log to get more details https://github.com/federicocarboni/setup-ffmpeg/blob/main/dist/index.js#L20888

We get "Error: AssertionError [ERR_ASSERTION]: Requested version null is not available" on mac if we lock 6.1.0

it still fails with explicit `6.1` I guess it is some issue with the server or the communication between github actions and the server.

bz2 format is only needed for some Firefox downloads so we could drop it after Firefox 135 is stable for some time. Firefox 135+ versions are published as a tar.xz...

So after checking out the state of the utilities cross-platform: I think we can use xz and bzip2 on linux for Firefox downloads and drop unbzip2-stream. We cannot switch to...

`@puppeteer/browsers` is also a CLI (`npx @puppeteer/browsers install firefox`).

It would great if there was a way to do it without interrupting the workflows of the users who do rely on those features. For context: puppeteer-core has always been...