Skip to content

"ChromeDriver executable needs to be available in the path" on Ubuntu / ST3 #8

@jleskovar

Description

@jleskovar

Constantly get the following error when attempting to launch chrome:

[Start] Browser Integration :: Opening new Chrome instance.
Exception in thread Thread-10:
Traceback (most recent call last):
  File "selenium.webdriver.chrome.service in /home/james/.config/sublime-text-3/Installed Packages/Browser Integration.sublime-package", line 63, in start
  File "./subprocess.py", line 824, in __init__
  File "./subprocess.py", line 1448, in _execute_child
NotADirectoryError: [Errno 20] Not a directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./threading.py", line 901, in _bootstrap_inner
  File "./threading.py", line 858, in run
  File "browser_integration_launch in /home/james/.config/sublime-text-3/Installed Packages/Browser Integration.sublime-package", line 28, in open_browser
  File "browser in /home/james/.config/sublime-text-3/Installed Packages/Browser Integration.sublime-package", line 27, in connect
  File "selenium.webdriver.chrome.webdriver in /home/james/.config/sublime-text-3/Installed Packages/Browser Integration.sublime-package", line 59, in __init__
  File "selenium.webdriver.chrome.service in /home/james/.config/sublime-text-3/Installed Packages/Browser Integration.sublime-package", line 68, in start
selenium.common.exceptions.WebDriverException: Message: 'ChromeDriver executable needs to be available in the path.                 Please download from http://chromedriver.storage.googleapis.com/index.html                and read up at http://code.google.com/p/selenium/wiki/ChromeDriver' 
  • Installed on Sublime Text 3, via Package Control
  • I have chromedriver in the following directories:
    • /usr/bin
    • ~/.config/sublime-text-3
    • ~/.config/sublime-text-3/Installed Packages
    • ~/.config/sublime-text-3/Packages

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions