Questions tagged [selenium]
14 questions
8
votes
1 answer
Running Selenium & Firefox & geckodriver on Raspberry Pi 2 Model B
I'm trying to run Selenium on my Raspberry Pi 2 Model B but I'm having trouble finding a compatible combination of versions of Selenium, Firefox, and geckodriver.
(I've already run sudo apt-get update, upgrade and dist-upgrade.)
Using "old"…
ConvexMartian
- 181
- 1
- 1
- 4
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
4
votes
2 answers
Selenium won't run on my raspberry pi 3 Model B+
Today I recieved my Raspberry pi 3 Model B+. I downloaded NOOBS and installed it on my raspberry pi. However, I cannot run a selenium browser on it. I have tried to install iceweasel but it says that package is not available. I tried and installed…
Paul Shan
- 41
- 1
- 1
- 2
3
votes
2 answers
Is it possible to upgrade Chromium past v65?
I'm trying to use chromedriver for a python program and the latest version requires v70-72. My current version of chromium on raspberry pi is 65.0.3325.181 that was after upgrading and updating my raspberry pi. I read somewhere that chromium v66 and…
FuturePythonWizard
- 33
- 1
- 1
- 3
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
1 answer
Selenium Script on Startup
I have a selenium script that I created to use Iceweasel.
It works fine if I run it manually. i.e. run the command myself.
When trying to get it to run on startup it does not seem to do a thing.
I have added the following line to…
Michael Smith
- 121
- 3
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…
codingNewbie
- 11
- 4
1
vote
0 answers
Running Python Selenium script on Raspberry Pi auto start
i have a big problem with running selenium script which opens chromium browser and shows some dashboards in Tableau from auto start. I am using Raspberry Pi 4 with newest Raspbian from their webpage.
When performing script manually, everything…
Przemek
- 11
- 1
0
votes
1 answer
Selenium - Firefox - OSError: [Errno 8] Exec format error
I'm trying to run selenium on a Raspberry Pi 3.
I've installed geckodriver and added it to my path.
$: which geckodriver
/bin/geckodriver
echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
I've seen this post and have done the…
shartshooter
- 137
- 1
- 1
- 6
0
votes
1 answer
Python and selenium in Raspberry Pi
Is there an operative system for raspberry pi where I can install python, xvfb and selenium so that I can run a python script using selenium and pyvirtualdisplay??
If there are some operative systems that fit these characteristcs, which one would be…
0
votes
1 answer
Selenium fails due to st' object has no attribute capabilities despite matching chromium driver with chromium
When trying to get Chromium going with selenium I constantly get the following error
chromedriver
Traceback (most recent call last):
File "/home/admin/.local/lib/python3.9/site-packages/selenium/webdriver/common/driver_finder.py", line 38, in…
CalebK
- 101
- 1
- 3
0
votes
0 answers
Is there a way for me to automate the file manager on my Raspberry pi 3B running Raspbian?
I am currently working on a project that edits photos of mine and then uploads those photos to a google site. I'm using Selenium to upload the photos to the portfolio site, and I have gotten all the way to the part where I cal select the file I want…
noahjillson
- 1
- 1
0
votes
0 answers
Would like to use wlan0 to autologon to a captive portal, then bridge to wlan1 as AP
Scenario is this: My office wifi AP uses a simple "press to agree button" captive portal. That works well for humans, but in this case my wifi client is an instrument that does not have any scripting capability. It can only connect to a non-captive…
Carmen
- 1
- 2
0
votes
1 answer
Better way to automatize task on WhatsApp Web over Raspberry Pi
I want to automatize some tasks on WhatsApp Web using Python and Selenium over my Raspberry Pi 3B+ and I'm having difficulties to find a web browser that's compatible with all these requirements.
I tried Chromium but WhatsApp Web doesn't work and…
Danilo Santos
- 109
- 2