weskerfoot / DeleteFB

Automate Scrubbing your Facebook Presence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deletefb.exceptions.ChromeError: Chrome version not found

danielfcastro opened this issue · comments

@danielfcastro I am having the same exact issue, would you mind elaborating on how you fixed this issue?

For whoever might be running into the same issue:

The problem is that DeleteFb can't find the chromium drivers.

  1. Download them from here
  2. Save them in a directory, ie C:/bin/chromedrivers/chromedriver.exe
  3. Add the chromium folder to your PATH environment variables. (On windows go on System Properties > Advanced > Environment Variables, then add C:/bin/chromedrivers/ to the Path variable. You might have to restart the system.

This should be it :)