Vikram

Results 37 comments of Vikram

Follow up: Can I launch chrome binary with multiple profiles? And then switch between them. Assuming no.

Ah! That's helpful. Thanks for the details @paulirish.

Hey @paulirish I was able to create a proof-of-concept that is able to run multiple profiles without relaunching the binary. Please take a look at this issue: https://github.com/GoogleChrome/puppeteer/issues/4966

Hey @paulirish Were you able to reproduce this issue on your side as well? Let me know if there's something I am overlooking here.

Hey @paulirish Could we reopen the issue now that we have a working POC for this? Or should I open a new issue for this?

That's true. For my use-case however, I am trying to use PPTR on users's existing `userDataDir` (to get around auth etc). This causes challenge because we can't break user's existing...

Why headful Chrome? I am trying to run a script where I might have to do some manual interactions that cannot be automated. So if chrome is running in headless...

hmm.. that's not great. In my understanding it's done for performance reasons. So, I was really hoping that this would be just a flag. Is there some reason why it's...

Thanks for the links @paulirish. As mentioned in https://github.com/GoogleChrome/chrome-launcher/pull/170#issuecomment-530160803, I am unable to reproduce the issue right now. Will update if I find something.

I have updated a working issue which shows that this is an issue. ~~Though it seems like it could be puppeteer's implementation of `mousemove`.~~