Andrey Lushnikov
Andrey Lushnikov
Any progress on this? So far we've tried to use ``` javascript /** @type {{0: number, 1: string}} */ ``` but looks like it's not actually working.
could you please also update the README to include new argument?
@lorenzpfei hmm fancy! Let me take a look
@ddopson I checked your code, but it doesn't seem to have an ability to store binaries, does it?
@alixaxel @aizuyan interesting. Can you guys share your user scenario?
I can't reproduce this as of puppeteer v1.7.0. @alixaxel is this still relevant to you? P.S. There's now a `defaultViewport: null` option that you can pass to `puppeteer.launch` to disable...
> I feel a little bit weird adding a function to this object. But I don't see a better way. @JoelEinbinder I prefer an option that injects an `axNodeId` to...
> This is a key feature we’d like to have @tolmasky Would you mind sharing your usecase? > is it only a matter of creating the node interface of does...
Note: this seems to be fixed with the latest Firefox Beta 128
Would the `ignoreHTTPSErrors` option in [`puppeteer.launch`](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions) help you?