While I am trying to run the code mentioned in the page "Web Scraping with Python", I am getting ModuleNotFoundError. I have already installed selenium using pip install selenium and when I try to cross-check using pip list method, I do get selenium listed in the modules installed. How do I solve this problem. Further how can we scrape the web without using any browser.