I want to setup https://github.com/mukulhase/WebWhatsapp-Wrapper on my Raspberry Pi Zero W. I used this (https://www.raspberrypi.org/forums/viewtopic.php?t=167292#p1246095) as "tutorial" for installing Gecko Driver. Instead of
curl -O {link} I used
wget {link} because
tar -xzvf {file} didn't work for me.
At the moment when I wanted to open Firefox (you can see below in my code) it fails. I hope anybody could help me.
I tried to use another version of geckodriver but it didn't work, too.
>>> from selenium import webdriver >>> browser = webdriver.Firefox() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 164, in __init__ self.service.start() File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/common/service.py", line 98, in start self.assert_process_still_running() File "/usr/local/lib/python3.7/site-packages/selenium/webdriver/common/service.py", line 111, in assert_process_still_running % (self.path, return_code) selenium.common.exceptions.WebDriverException: Message: Service geckodriver unexpectedly exited. Status code was: -11