Alex Rudenko
Alex Rudenko
Duplicate of https://github.com/puppeteer/puppeteer/issues/7886
Able to reproduce with v16.0.0. It looks though that navigating to the same URL might not trigger the network request/response again? Need to investigated this.
I am not sure exactly why but webpack does not seem to process the dynamic import correctly. Instead of returning the default export, it returns an object that includes `{default:...
Yeah, we don't officially support bundlers (e.g., we don't run tests with them) but we also try to fix issues whenever possible. We made changes to TypeScript configs to support...
perhaps @jrandolf has an idea! Great that there is a workaround.
@whimboo thanks for the info, can we disable that test for FireFox on Windows for now?
@whimboo sorry, I am not really familiar with this part. It looks like `ignoreDefaultArgs` is an optional parameter (https://github.com/puppeteer/puppeteer/blob/main/docs/api.md#puppeteerlaunchoptions). Do you mean that the test is failing on FF? I...
@whimboo is there a case when a user might want to remove `--no-remote` so that `a new window for an already existing Firefox process will be opened`? In general, I...
@whimboo I am not sure what exactly fails but if I read the code right: a CDPSession receives a message that has an ID (thus, a callback is expected as...
Ah sorry, you should also probably include a `.only` (possible with a eslint comment disabling rules we might have). Otherwise, it seems that logging would cause jobs to time out.