I was just getting started with selenium. My book asked me to install Firefox so I did. ( I have installed Selenium) Then it told me to run this:
from selenium import webdriver
I run into an error which states:
ModuleNotFoundError: No module named 'selenium.webdriver.firefox'
This is somewhat weird becuase when i run help(selenium)
, it shows:
PACKAGE CONTENTS
common (package)
webdriver (package)
What should I do to get rid of this error?