-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Any one got this working on mac? I get this error, it says i need chromedriver in the path, i have it installed and available in the terminal?
[Start] Browser Integration :: Opening new Chrome instance.
Exception in thread Thread-76:
Traceback (most recent call last):
File "selenium.webdriver.chrome.service in /Users/admin/Library/Application Support/Sublime Text 3/Installed Packages/Browser Integration.sublime-package", line 63, in start
File "X/subprocess.py", line 818, in init
File "X/subprocess.py", line 1416, in _execute_child
NotADirectoryError: [Errno 20] Not a directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "X/threading.py", line 639, in _bootstrap_inner
File "X/threading.py", line 596, in run
File "browser_integration_launch in /Users/admin/Library/Application Support/Sublime Text 3/Installed Packages/Browser Integration.sublime-package", line 28, in open_browser
File "browser in /Users/admin/Library/Application Support/Sublime Text 3/Installed Packages/Browser Integration.sublime-package", line 27, in connect
File "selenium.webdriver.chrome.webdriver in /Users/admin/Library/Application Support/Sublime Text 3/Installed Packages/Browser Integration.sublime-package", line 59, in init
File "selenium.webdriver.chrome.service in /Users/admin/Library/Application Support/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'
[End] Browser Integration :: Opening new Chrome instance.