I am facing the following error, while running the python script with Selenium. Kindly help me to solve this.
(Traceback (most recent call last):
File "C:\Users\WaheGuru\workspace\test\new\first.py", line 8, in <module>
from selenium.common.keys import Keys ModuleNotFoundError: No module named
'selenium.common.keys')
import selenium?