How to resolve “chromedriver executable needs to be in PATH” error when running Selenium Chrome using virtualenv within PyDev?
问题 Short: Having read Controlling the Browser with the selenium Module at https://automatetheboringstuff.com/chapter11, I am trying to run the Selenium Chrome driver in a virtual environment from PyDev. I have managed to do it from outside PyDev, but from within, I get: selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Long: I'm using Linux Debian 3.10.11-1. Following https://www.dabapps.com/blog/introduction-to-pip-and-virtualenv-python/,