Unable to run binary executable in package

Hi Allan,

I’ve been trying to run selenium in an agent. I have downloaded the chromedriver binary for linux and put it in /chromedriver. Unfortunately when selenium tries to run the binary it cannot find the file:

[Errno 2] No such file or directory: ‘/root/.openiap/packages/649405d2ae5e028fe6f4df3d/chromedriver/chromedriver’

Would you happen to know what is causing this issue?
I already run chmod for it as well: os.system(f"chmod +rx ./chromedriver/chromedriver")

Just use the image made for that. It has chrome and drivers, and supports xvfb for desktop
openiap/nodechromiumagent

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.