python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
PermissionError: Permission denied: 'geckodriver.log' when using Selenium to open Firefox
I'm working on Chapter 11 of Automate the Boring Stuff and I'm attempting to follow along with the examples that involve Selenium. I am using a MacBook Air with Python 3.9.1 64-bit, as well as Visual ...
Newb2CodingCareer
Votes: 0
Answers: 1
Selenium: Geckodriver in PATH, but nothing changed, same error saying it isn't there
When trying to do a simple line of code with selenium, it keeps saying that I have to use geckodriver in PATH. After some research, it said to put it in the system environment variables. I put the exe...
JustZap
Votes: 0
Answers: 1
Trouble running InstaPy quickstart
I was able to install InstaPy on an Oracle Ampere Compute VM (ARM processors) running Ubuntu 20.04 LTS. When I try running quickstart.py, it showed me the following errors:
/usr/lib/python3/dist-packa...
electrophile
Votes: 0
Answers: 1
Is there a way to stream xvfb output?
I have automated robotframework tests that runs via xvfb on a jenkins agent, using firefox.
Sometimes I want to check what robot actually see for debugging.
I have found a solution to capture xvfb out...
Micó Papp
Votes: 0
Answers: 0