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 . ./
|
||||
|
|
|
|||
|
|
@ -152,8 +152,9 @@ Apify.main(async () => {
|
|||
const crawler = new Apify.PuppeteerCrawler({
|
||||
launchPuppeteerOptions: {
|
||||
useApifyProxy: true,
|
||||
useChrome: true,
|
||||
apifyProxyGroups: ['CZECH_LUMINATI'],
|
||||
liveView: true,
|
||||
liveView: Apify.isAtHome(),
|
||||
},
|
||||
requestQueue,
|
||||
handlePageTimeoutSecs: 1200,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user