Tomasz Ferens

Results 8 comments of Tomasz Ferens

Having the same issue. Any ideas how to resolve it or are there any workarounds? I found similar issue, but it got closed: https://github.com/puppeteer/puppeteer/issues/2709

@PawelLipski correct we renamed the repository couple months ago. Exactly! I found git machete because of this tweet: https://twitter.com/andrestaltz/status/1551277623594127361?s=21&t=_QoVRH5epu92_yYPOBVtDQ which essentially links to the blog post you mentioned. Thanks!

@PawelLipski Maybe we should just send a post request to the "correct" (the renamed one) URL? So, instead of sending request to: `https://api.github.com/repos///pull ` we should send it to: `https://api.github.com/repos///pull...

[auth0-access-token-jwt](https://www.npmjs.com/package/auth0-access-token-jwt) Is it really the only way to use Auth0 with Node.js (no express) to verify access tokens? I just have accessToken string and want to verify it, why is...

I have an electron desktop app that communicates with my Node.js API. The electron app sends access token in a `Authorization` header, like this: `Authorization: Bearer `. I set it...

Thanks for looking into that. I think this might be an issue specific to their web components then. > Do I need an account on SalesForce to do your test?...

Is it possible to instruct puppeteer to read a native value of `innerHTML`? Or is extension more powerful in this case and there is no workaround for puppeteer?

Thanks @gildas-lormeau. I found [Page.createIsolatedWorld](https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-createIsolatedWorld) in CDP. I wonder if I could use that with puppeteer to fix the issue. From what I understand I would need to create this...