Hi Guys,
I am trying to create one python script that connects to my Whatsapp using the selenium module. But it is showing me the below error.
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-2-b862d21102f3> in <module>
----> 1 from selenium import webdriver
2
3 driver = webdriver.Chrome()
4 driver.get('http://web.whatsapp.com')
5
ModuleNotFoundError: No module named 'selenium'
How can I solve this error?