Results 1 issues of edwardlu

I followed the instruction to edit settings.py as : SELENIUM_DRIVER_NAME = 'chrome' SELENIUM_DRIVER_EXECUTABLE_PATH = '/Users/****/chromedriver' SELENIUM_DRIVER_ARGUMENTS=['--headless'] However, the Chrome will be launched every time I run the spider. BTW, with...