New comment by Eloitor on void-packages repository https://github.com/void-linux/void-packages/issues/43868#issuecomment-1546877921 Comment: Thank you, I was confused because I get this error message: ``` File "/usr/lib/python3.11/site-packages/selenium/webdriver/common/service.py", line 212, in _start_process raise WebDriverException( selenium.common.exceptions.WebDriverException: Message: 'undetected_chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home ``` I tried with this template: ``` # Template file for 'python3-undetected-chromedriver' pkgname=python3-undetected-chromedriver version=3.4.7 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-websockets" short_desc="Selenium Chromedriver patch which does not trigger anti-bot services" maintainer="Eloi Torrents " license="GPL-3.0-or-later" homepage="https://github.com/ultrafunkamsterdam/undetected-chromedriver" distfiles="${PYPI_SITE}/u/undetected-chromedriver/undetected-chromedriver-${version}.tar.gz" checksum=84aed43e12e99437cc3a6f0a284cefdac8724c85f526a950c4f650515dfc4b66 ``` And the selenium template: https://github.com/void-linux/void-packages/pull/43865 I'm not really sure where the `undetected_chromedriver` executable should come from....