Questions tagged [selenium]
The selenium tag has no summary.
14 questions
0
votes
1
answer
8k
views
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/...
1
vote
0
answers
326
views
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.
...
0
votes
0
answers
83
views
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 ...
0
votes
0
answers
293
views
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 ...
0
votes
1
answer
590
views
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 ...
4
votes
2
answers
12k
views
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 ...
1
vote
0
answers
1k
views
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 ...
3
votes
2
answers
16k
views
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 ...
8
votes
1
answer
11k
views
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 ...
0
votes
1
answer
10k
views
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/...
0
votes
1
answer
878
views
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 ...
2
votes
1
answer
1k
views
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 ...
3
votes
2
answers
9k
views
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 ...
4
votes
1
answer
7k
views
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....