From af631cb93d244eb030742b1f9f6a19e08b8a33ec Mon Sep 17 00:00:00 2001 From: JakubDrobnik Date: Wed, 21 Nov 2018 14:36:13 +0100 Subject: [PATCH] Enable live view --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index d6f8f66..6a7df5d 100644 --- a/src/main.js +++ b/src/main.js @@ -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);