ungoogled-software / ungoogled-chromium-debian

Debian, Ubuntu, and others packaging for ungoogled-chromium
386 stars 49 forks source link

chomedriver is not in search path #272

Closed tpo closed 2 years ago

tpo commented 2 years ago

The chromedriver executable not being in the search path causes browser automation SW, such as python's webdriver module that uses selenium, to not find the driver out of the box.

I suggest to either put the chromedriver executable under /usr/bin/chromedriver as Debian does, or to symlink the executable to /usr/bin/chromedriver.

I'll create a pull request that creates the symlink. Please let me know if you rather have the executable moved.

tpo commented 2 years ago

Symlink has been included via https://github.com/ungoogled-software/ungoogled-chromium-debian/pull/273#event-5997379113