Alex Rudenko

Results 1196 comments of Alex Rudenko

@akashchouhan16 currently no one works on it. Happy to review a PR if you figure it out.

Why do you want to kill the parent process that launched Chromium (you can just keep it running as long as you need the shared chromium instance)? I don't think...

@SuperPat45 what I mean is you can start `node launchChrome.js` and keep it running as well as run `node printPDF.js` that connects to the launched chrome and saves the startup...

@SuperPat45 in that case I suggest that you launch the chromium binary directly

Let me re-classify this a feature but it'd be a very low priority for us.

The part about the user agent should be fixed by https://github.com/puppeteer/puppeteer/pull/10793 Unfortunately, things like scale and device pixel ratio are still not available for iframes in CDP.

Still happens, the issue needs to be filed upstream as it looks like some CDP methods do not work with the guest mode.

@andyearnshaw sorry about it, we tried to deal with thousands of bugs (often without repro) that accumulated over the years using the stale bot. Please ping me on the issues...

@sunnylost thanks a lot! your fork really helped. And it seems to be working fine on 0.11.15 too! :+1:

@sunnylost did you create a pull request?