Skip to content

Commit

Permalink
Update LocalSeleniumCrawlerStrategy to resolve ChromeDriver version m…
Browse files Browse the repository at this point in the history
…ismatch 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.
  • Loading branch information
ketonkss4 authored and unclecode committed Jul 31, 2024
1 parent 9e43f7b commit efcf3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl4ai/crawler_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,4 @@ def take_screenshot(self) -> str:
return img_base64

def quit(self):
self.driver.quit()
self.driver.quit()

0 comments on commit efcf3ac

Please sign in to comment.