You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to pass Puppeteer executable path in browser config.
Currently, We can pass custom_func but it does not support option of executable path inside.
After this, We will be able to run it in AWS Lambda function.
let browser_config = {
executablePath: '/path/to/Chrome',
}
We should be able to pass Puppeteer executable path in browser config.
Currently, We can pass
custom_func
but it does not support option of executable path inside.After this, We will be able to run it in AWS Lambda function.
We may need to change in these file to support
executablePath
https://github.com/NikolaiT/se-scraper/blob/master/examples/pluggable.js#L3
https://github.com/NikolaiT/se-scraper/blob/master/examples/pluggable.js#L49
https://github.com/NikolaiT/se-scraper/blob/master/src/node_scraper.js#L69
https://github.com/NikolaiT/se-scraper/blob/master/src/node_scraper.js#L270
The text was updated successfully, but these errors were encountered: