I use anaconda for python, i installed selenium via pip/pip3 and chromedrivers.
But iam getting this error in my code
In anaconda-navigator selenium was showing as installed. I restarted my machine but error was same
I use Manjaro KDE
Traceback (most recent call last):
File "/home/ujjawal/EXERCISE/py/automation.py", line 1, in <module>
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'