Skip to content

Commit

Permalink
Changed executable path from chromium to chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwanth2804 authored Apr 17, 2018
1 parent 5f6303f commit 5110ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Telugupalaka.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ rl.question(':', (MovieName) => {
puppeteer
.launch({
headless: true,
executablePath: "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe", ///provide your chrome path
args: [

'--safebrowsing-disable-auto-update',
"--proxy-server='direct://",
"--proxy-bypass-list=*"
]

}
Expand Down

0 comments on commit 5110ece

Please sign in to comment.