Bug#1053996: fails to find driver though it's in PATH

2025-02-18 Thread Yegor Yefremov
I still don't know why selenium cannot find a driver even if I provide the path to it via a Service class: service = ChromeService() service.executable_path = r"/usr/bin/chromedriver" driver = webdriver.Chrome(options=opts, service=service) But I got it working via the selenium-manager CLI [1]. I

Bug#1053996: fails to find driver though it's in PATH

2023-10-15 Thread VA
Package: python3-selenium Version: 4.13.0-1 It seems the packaged version can't find geckodriver even though it's in $PATH. Step 1: Downloading geckodriver from documented link https://selenium-python.readthedocs.io/installation.html#drivers: ``` curl -L https://github.com/mozilla/geckodri