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")