Skip to main content

Questions tagged [selenium]

Filter by
Sorted by
Tagged with
0 votes
1 answer
8k views

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/...
CalebK's user avatar
  • 101
1 vote
0 answers
326 views

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. ...
Przemek's user avatar
  • 11
0 votes
0 answers
83 views

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 ...
noahjillson's user avatar
0 votes
0 answers
293 views

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 ...
Carmen's user avatar
  • 1
0 votes
1 answer
590 views

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 ...
Danilo Santos's user avatar
4 votes
2 answers
12k views

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 ...
Paul Shan's user avatar
1 vote
0 answers
1k views

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 ...
codingNewbie's user avatar
3 votes
2 answers
16k views

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 ...
FuturePythonWizard's user avatar
8 votes
1 answer
11k views

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 ...
ConvexMartian's user avatar
0 votes
1 answer
10k views

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/...
shartshooter's user avatar
0 votes
1 answer
878 views

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 ...
Raspberry User's user avatar
2 votes
1 answer
1k views

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 ...
Michael Smith's user avatar
3 votes
2 answers
9k views

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 ...
cupakob's user avatar
  • 1,057
4 votes
1 answer
7k views

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....
cupakob's user avatar
  • 1,057