Is it possible to open your own browser using Puppeteer?

Hello guys
I just wonder if I can use Puppeteer to open my own browser and use it to manage my accounts or something else, I’m talking about my real browser not the one that is included with OB2

Just change the path of chrome browser with your browser (any chromium based browser will work)
image

1 Like

I’m already using that one but it doesn’t open the browser that am using my accounts on, it opens a browser that contains nothing registered on it like accounts …etc

Puppeteer overrides the chrome profile, maybe search online how to set the chrome profile via command line arguments or something.

1 Like