opt = webdriver.ChromeOptions()
opt.add_argument("headless")
driver = webdriver.Chrome("C:/Users/user-pc/Desktop/LAOCON/selenium/chromedriver.exe", options=opt)
driver.get("https://www.google.co.kr/imghp?hl=ko&tab=ri&authuser=0&ogbl")
이 코드에서
Traceback (most recent call last): File "C:\Program Files\Python39\lib\multiprocessing\process.py", line 315, in _bootstrap self.run() File "C:\Program Files\Python39\lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "c:\Users\user-pc\Desktop\LAOCON\selenium\selenium\add csv.py", line 112, in start_selenium driver = webdriver.Chrome("C:/Users/user-pc/Desktop/LAOCON/selenium/chromedriver.exe", options=option) TypeError: __init__() got an unexpected keyword argument 'options'
이러한 오류가 나는 이유는 무엇이고 어떻게 수정해서 고칠 수 있는지 알려주셨스면 합니다 ㅠㅠ path도 정확하게 확인 다 했습니다