Alex Rudenko

Results 186 issues of Alex Rudenko

To migrate: use PUPPETEER_CACHE_DIR/cacheDirectory instead of PUPPETEER_DOWNLOAD_PATH/downloadPath. Closes https://github.com/puppeteer/puppeteer/issues/10164

DO NOT MERGE

In CDP we checked that target cannot be changed during initialization. In bidi, there is no initialization step that is needed so the target is changed whenever the context is...

bug
confirmed
P3

See https://github.com/puppeteer/puppeteer/actions/runs/6455880162/job/17525033054?pr=11099 ``` 20) Target should not crash while redirecting if original request was missed: TimeoutError: Waiting for load event timed out. at Timeout. (packages/puppeteer-core/src/util/Deferred.ts:34:25) at listOnTimeout (node:internal/timers:569:17) at processTimers...

bug
confirmed

It worked in 21.4.1 See https://ci.chromium.org/ui/p/devtools-frontend/builders/try/devtools_frontend_linux_dbg_fastbuild/b8760472979767066721/overview for the screenshot diffs and affected tests.

Somehow the release please config was not updated so it resulted in duplicate releases https://github.com/puppeteer/puppeteer/pull/11508

bug
upstream
confirmed

See for the tests that have been affected: https://github.com/puppeteer/puppeteer/pull/11501/files @jrandolf could you please take a look as well as at the user reported bugs?

bug
confirmed
flaky test

We regressed in the following scenario somewhere along the refactorings probably due to lazy arguments and lazy context: ``` const result = page.evaluate(() => { return new Promise(resolve => {...

bug
confirmed
P2

Version 4.0.0 has breaking changes https://github.com/broofa/mime/blob/main/CHANGELOG.md In particular, no CJS support. We need to upgrade and run `@dependabot unignore mime` once done. cc @jrandolf @Lightning00Blade

bug
confirmed
P3

cosmiconfig has a breaking change that requires defining the strategy for the config search https://github.com/cosmiconfig/cosmiconfig/blob/main/CHANGELOG.md#900 We need to upgrade and test the upgrade manually. We then need to run `@dependabot...

bug
confirmed

Happens in the flaky manner: https://github.com/puppeteer/puppeteer/actions/runs/7046304099/job/19177866980?pr=11471#step:13:906 cc @jrandolf @Lightning00Blade

bug
confirmed
flaky test