Disable live view

This commit is contained in:
JakubDrobnik 2018-11-21 15:50:32 +01:00
parent 7dfa99bcec
commit d267e7e5ec

View File

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