[selenium] AttributeError: module 'selenium.webdriver' has no attribute 'Service'
오류 AttributeError: module 'selenium.webdriver' has no attribute 'Service' 환경 Linux(ubuntu 20.04), Windows11 python 3.10.11 selenium 4.18.1 chrome 122.0.6261.95(공식 빌드) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[11], line 9 6 options = webdriver.ChromeOptions() 7 options.add_argument('--headless') ----> 9 dri..
2024.02.29