alojo_mora
Posts: 3
Joined: Mon Jun 22, 2015 2:26 pm

chrome driver for raspbian

Fri Oct 02, 2015 8:02 pm

Hello,

I am looking for selenim chromedriver in raspbian for my B+ model. It seems like there are no builds for ARM6.

Anyone knows where I can get it?

Thanks


rganeyev.work
Posts: 4
Joined: Mon Mar 06, 2017 7:38 am

Re: chrome driver for raspbian

Tue Mar 07, 2017 8:05 am

Selenium (both node and hub roles) is a Java application and there is no need in compilation, it is already compiled and released here http://selenium-release.storage.googlea ... index.html. You will only need JRE to run it, for example, `sudo apt-get install oracle-java8-jdk`. He is asking about `chromedriver` which is part of `chromium-browser` package in Debian, but not in Raspbian.

Return to “Troubleshooting”