Problem with selenium installation. 'TypeError: 'module' object is not callable' in webdriver.chrome()

Asked 2 years ago, Updated 2 years ago, 46 views

Hello, I'm a beginner who wants to study code.

There is an error trying to install and practice selenium in the visual code.

from selenium import webdriver

browser = webdriver.chrome() # <- I also added the path here.

browser.get("http://naver.com")
'TypeError: 'module' object is not callable'

What should I do when this error occurs?

selenium python crawling

2022-09-20 19:05

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.