How to Solve NameError: name 'webdriver' is not defined -- selenuim

Solution: Import the 'webdriver' module

To Solve the error, add the following line to the top of your code.

from selenuim import webdriver

 

For more information:
Python selenuim webdriver