No such file or directory when using Selenium
I'm trying to use Selenium to scrape a site but it seems the actor can't locate chrome. Do I need to add chrome and chromedriver to the actor itself or is there a path to chrome within Apify? Thanks in advance.
2 Replies
rival-black•3y ago
What base Docker image are you using? Try to create first actor with Puppeteer Crawler template, that will create Dockerfile with Chrome. Still not sure if it will be in the folder Selenium needs, I think the folder is in env vars
flat-fuchsiaOP•3y ago
thank you