Ophir Back

Results 15 comments of Ophir Back

absolutely right. a simple (but fucking the complexity of the function) solution is to run through the items first, checking if there's an item with the key. if you find...

I have also noticed this bug lately. From what I saw, it only happens when puppeteer's browser is initiates with `headless: false`

I noticed this issue was not fully fixed using the suggested flag. I found that on wikipedia pages, some times another word would fit into a line on my local...

> I had to twick a lot till i found this solution 😄 but it works perfectly for me. > > And Downloads the pdf automatically which means you do...

Has someone managed to solve this issue?

I am still suffering from this issue. Has anyone managed to find a workaround? I cannot use the library in an ES module I wrote in typescript

Is there an issue for the cookies API change? I want this for testing another project I work on, so I will gladly participate in the implementation

According to [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/platform), it seems like `navigator.platform` is no longer deprecated (?). If the issue is relevant, I will gladly add this feature.

I have two different designs in mind: 1. Simple and straightforward - Enrich `Page.setUserAgent` with a `platform` option: `setUserAgent(userAgent: string, userAgentMetadata?: Protocol.Emulation.UserAgentMetadata, platform?: string): Promise;` In my opinion, it is...