Chrome crashes after several hours while multiprocessing using Selenium through Python
问题 This is the error traceback after several hours of scraping: The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed. This is my setup of selenium python: #scrape.py from selenium.common.exceptions import * from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.chrome.options