Skip to main content

All Questions

0 votes
0 answers
285 views

Selenium Chromedriver unable to move window position

I'm running a Selenium Python script with chromium chromedriver to automate a browser display with multiple windows. This script worked on a previous setup with an older pi, I'm migrating it to a new ...
cmd's user avatar
  • 1
1 vote
1 answer
191 views

Selenium code does not click on the element on Raspberry Pi 4

I am aiming to use my raspberry pi to test a webpage with python/selenium. The code works well on my desktop but the raspberry fail to handle the pop up: driver = webdriver.Chrome() driver.get("...
vhuber's user avatar
  • 11
0 votes
1 answer
270 views

Python/Selenium Script displays empty screen - data; page

I'm trying to figure out why the following script is working when I launch it with pi user on my raspberry and not with root user. Goal: It should open Chromium full screen, and log into the website. ...
Welyweloo's user avatar
1 vote
0 answers
742 views

Can't get Chromium browser to run headless Pi OS

I've got a Pi4 and using the latest Pi OS I'm trying to take a screenshot of a Chromium webpage (weather map) with Selenium while displaying weather forescast program with Pygame and it works ...
Lewis's user avatar
  • 55
5 votes
1 answer
8k views

Issues running Selenium with Chromedriver on Raspberry Pi 4

I wonder if anyone can help me with this error that I'm getting. I want to use Selenium to monitor a web page on a (headless) Raspberry Pi 4 using Python. I have installed Selenium and installed the ...
bazmattaz's user avatar
  • 123