저번에도 이래서 접었는데
from selenium import webdriver
driver = webdriver.Chrome()
url = 'https://google.com'
driver.get(url)
이렇게 썻 고
Traceback (most recent call last):
File "c:\Users\Master\Desktop\Python\디씨매크로\macro.py", line 3, in <module>
driver = webdriver.Chrome()
File "C:\Python39\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in __init__
self.service.start()
File "C:\Python39\lib\site-packages\selenium\webdriver\common\service.py", line 81, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
PS C:\Users\Master\Desktop\Python>
이딴 개지랄뜨는데
나 이렇게 버전맞춰서 다 깔아뒀단말야
왜안되는건데
- dc official App
댓글 0