Tried crawler without useChrome

This commit is contained in:
JakubDrobnik 2018-11-20 15:05:25 +01:00
parent e4ff7ec417
commit d2415cf044

View File

@ -57,7 +57,7 @@ Apify.main(async () => {
const crawler = new Apify.PuppeteerCrawler({ const crawler = new Apify.PuppeteerCrawler({
launchPuppeteerOptions: { launchPuppeteerOptions: {
useApifyProxy: true, useApifyProxy: true,
useChrome: true, // useChrome: true,
apifyProxyGroups: ['CZECH_LUMINATI'], apifyProxyGroups: ['CZECH_LUMINATI'],
// liveView: Apify.isAtHome(), // liveView: Apify.isAtHome(),
}, },