Ondra Urban

Results 108 comments of Ondra Urban

@petrpatek can you add this please when you're looking into adding the fingerprint injector?

Not sure. @szmarczak you made some changes to the docs right? Does the build still work or is it fully manual now? Also @petrpatek please coordinate with @szmarczak on https://github.com/apify/browser-pool/issues/52...

Another thing to consider is that `anonymizeProxy` starts a separate server with each anonymization. This is problematic, because we could run out of ports eventually, so we must not forget...

> I wonder if there are cases where multiple pages with a single context are required 🤔 (doubt it) Yeah, not in crawlers I guess. > We can use `page.authenticate`....

Then we'll have to live with it. I'm fine if the Puppeteer implementation lags behind Playwright a bit. Playwright is better and people should use that in most cases.

I would like the following code to return 6 different IPs. Now it works the same with `useIncognitoPages: true|false`. It always uses one browser and one IP. In SDK v3...

Btw, `prePageCreateHooks` are already exposed, you can use them like this: ```js const crawler = new Apify.PlaywrightCrawler({ // ... browserPoolOptions: { prePageCreateHooks: [ async () => { /* hook */...

To see the changes on the Apify platform, one must first build the scraper. To do that: 1. Create a new actor on the Apify platform 2. Go to Source...

@B4nan Is this still relevant?