le sélénium.commun.des exceptions.WebDriverException: Message: Le Service

J'ai eu un problème lorsque j'utilise le sélénium pour contrôler mon Chrome.
Voici mon code:

from selenium import webdriver
driver = webdriver.Chrome()

Quand j'ai essayé de le faire fonctionner ,il s'exécute avec succès, au premier abord,le Chrome pop sur l'écran. Cependant, il a fermé en quelques secondes.
le sélénium.commun.des exceptions.WebDriverException: Message: Le Service

Traceback (most recent call last):
  File "<pyshell#3>", line 1, in <module>
    driver = webdriver.Chrome('C:\Program Files (x86)\Google\Chrome\chrome.exe')
  File "C:\Users273\AppData\Local\Programs\Python\Python35\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 62, in __init__
    self.service.start()
  File "C:\Users273\AppData\Local\Programs\Python\Python35\lib\site-packages\selenium\webdriver\common\service.py", line 86, in start
    self.assert_process_still_running()
  File "C:\Users273\AppData\Local\Programs\Python\Python35\lib\site-packages\selenium\webdriver\common\service.py", line 99, in assert_process_still_running
    % (self.path, return_code)
selenium.common.exceptions.WebDriverException: Message: Service C:\Program Files (x86)\Google\Chrome\chrome.exe unexpectedly exited. Status code was: 0

OriginalL'auteur Weiziyoung | 2016-10-12