|
|
|
|
|
by mrskitch
1927 days ago
|
|
Sure! Puppeteer is a node-based library, and pretty much all the web-apps out there that let you run puppeteer code do it in an elaborate node sandbox. This tool gets around that by running puppeteer in your own browser, making it a lot faster and more secure |
|
I’m curious if it’s possible to proxy the network requests so for example it would use the browsers IP address instead of the server?