TypeError: 'module' object is not callable
my code is
driver=webdriver.chrome()
when i run it
Solution
use capital C in driver=webdriver.chrome()
correct command
driver=webdriver.Chrome()
For further actions, you may consider blocking this person and/or reporting abuse
Rajesh Kumar -
Suyash Sambhare -
Suyash Sambhare -
Suyash Sambhare -
Top comments (0)