>>> Exception in thread Thread-1:
Traceback (most recent call last):
File "D:\python3.5\lib\threading.py", line 914, in _bootstrap_inner
self.run()
File "D:\python3.5\lib\threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "D:\python3.5\setuptools-52.0.0\1123.py", line 279, in loginMall
driver = webdriver.Chrome(executable_path=chrome_driver)
File "D:\python3.5\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in __init__
self.service.start()
File "D:\python3.5\lib\site-packages\selenium\webdriver\common\service.py", line 98, in start
self.assert_process_still_running()
File "D:\python3.5\lib\site-packages\selenium\webdriver\common\service.py", line 111, in assert_process_still_running
% (self.path, return_code)
selenium.common.exceptions.WebDriverException: Message: Service C:\Users\lenovo\AppData\Local\Google\Chrome\Application\chrome.exe unexpectedly exited. Status code was: 1
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/253651.html
上一篇:python
