mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
useChrome to true
This commit is contained in:
parent
9cc3e856f5
commit
642d83facc
|
|
@ -1,4 +1,4 @@
|
||||||
FROM apify/actor-node-chrome
|
FROM apify/actor-node-chrome-xvfb
|
||||||
|
|
||||||
# Copy source code
|
# Copy source code
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
|
||||||
|
|
@ -152,8 +152,9 @@ Apify.main(async () => {
|
||||||
const crawler = new Apify.PuppeteerCrawler({
|
const crawler = new Apify.PuppeteerCrawler({
|
||||||
launchPuppeteerOptions: {
|
launchPuppeteerOptions: {
|
||||||
useApifyProxy: true,
|
useApifyProxy: true,
|
||||||
|
useChrome: true,
|
||||||
apifyProxyGroups: ['CZECH_LUMINATI'],
|
apifyProxyGroups: ['CZECH_LUMINATI'],
|
||||||
liveView: true,
|
liveView: Apify.isAtHome(),
|
||||||
},
|
},
|
||||||
requestQueue,
|
requestQueue,
|
||||||
handlePageTimeoutSecs: 1200,
|
handlePageTimeoutSecs: 1200,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user