Update LocalSeleniumCrawlerStrategy to resolve ChromeDriver version mismatch issue

This resolves the following error: `selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 114`

Windows users are getting.
This commit is contained in:
Kevin Moturi
2024-07-27 06:11:57 -05:00
committed by unclecode
parent 9e43f7beda
commit efcf3ac6eb

View File

@@ -342,4 +342,4 @@ class LocalSeleniumCrawlerStrategy(CrawlerStrategy):
return img_base64
def quit(self):
self.driver.quit()
self.driver.quit()