Questions tagged [webdriver]

4 questions
4
votes
1 answer

ruby and selenium-webdriver -> Address family not supported by protocol - socket(2) (Errno::EAFNOSUPPORT)

I want to run a ruby script on my Raspberry Pi. I've installed ruby via rvm. I'm sure, i'm using the right version: $ rvm current ruby-1.9.3-p194 when i run my script, then i get following: ./test.rb…
cupakob
  • 1,057
  • 3
  • 13
  • 17
3
votes
2 answers

chromedriver and selenium-webdriver -> unable to connect to chromedriver http://127.0.0.1:9515

I wnat to run a ruby code with the selenium-webdriver on my raspberry pi. I've installed chromium-browser via apt-get. Ruby and selenium-webdriver are also installed. I've created a symlink for the chromedriver: ln -s /usr/bin/chromium-browser…
cupakob
  • 1,057
  • 3
  • 13
  • 17
2
votes
4 answers

Latest Firefox/Chrome possibilities

I have a project that requires me to run Selenium. For this I need webdriver to interact with browsers. I have a Raspberry Pi 3 running the latest Raspbian. Currently I was only able to get Chromium 56 and Firefox ESR 45. However the webdriver do…
Zabuzard
  • 141
  • 1
  • 7
1
vote
0 answers

Selenium on raspberry - headless firefox not working as expected

i wrote a python code using selenium to interact with a headless browser. I altered the code a little for the use on the raspberry. The code for the PC works fine, but on the raspberry it stops to respond when trying to click on the button on the…