I had a trouble when i use selenium to control my Chrome. Here is my code:
from selenium import webdriver driver = webdriver.Chrome() When i tried to operate it ,it runs successfully at first,the Chrome pop on the screen. However, it shut down at the few seconds. 
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:\Users\35273\AppData\Local\Programs\Python\Python35\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 62, in __init__ self.service.start() File "C:\Users\35273\AppData\Local\Programs\Python\Python35\lib\site-packages\selenium\webdriver\common\service.py", line 86, in start self.assert_process_still_running() File "C:\Users\35273\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