live view

This commit is contained in:
JakubDrobnik 2018-11-21 15:53:12 +01:00
parent d267e7e5ec
commit d2b8fd2639

View File

@ -121,7 +121,7 @@ Apify.main(async () => {
// useApifyProxy: true, // useApifyProxy: true,
// useChrome: true, // useChrome: true,
// apifyProxyGroups: ['CZECH_LUMINATI'], // apifyProxyGroups: ['CZECH_LUMINATI'],
// liveView: Apify.isAtHome(), liveView: Apify.isAtHome(),
}; };
if (proxyConfig) Object.assign(launchPuppeteerOptions, proxyConfig); if (proxyConfig) Object.assign(launchPuppeteerOptions, proxyConfig);