I want to schedule a selenium scraper somewhere in the cloud and run it every day. I tried setting up a cron job on render, however I got stuck at the point where it needs a google chrome binary file.
I tried installing chrome during the build, but I am still getting a no chrome binary found at specified path error. I have everything else ready (the script, the requirements, the chromedriver).
- Does any of you have any such experience? Is it possible to have what I am trying to get?
- Do you have any better solutions for this case?
Any advice is highly appreciated. Thank you!