apt install chromedriver
Package 'chromedriver' has no installation candidate
Let me try that ... one moment ...
Ok. So I start it via:
apt install chromium-chromedriver
curl -d '{ "desiredCapabilities": { "caps": { "nativeEvents": false, "browserName": "chrome", "version": "", "platform": "ANY" } } }' http://localhost:9515/session
So chromedriver might be a solution!
Let me try that ... one moment ...
Ok. So I start it via:
Now according to the docs, this should create a browser: Ha! It works!So chromedriver might be a solution!