I am getting this error when I run my tests with Selenium using chromedriver.
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome f
For Linux :
Start the Display before start the Chrome. for more info click here
from pyvirtualdisplay import Display display = Display(visible=0, size=(800, 800)) display.start() driver = webdriver.Chrome()