I tried to install selenium
, use spyder3
of anaconda
.
I have installed it like this:
conda install -c conda-forge selenium
also with pip
from the Anaconda3 directory
gives me error of not finding webdriver
but the library selenium finds it.
Do you know what it can be?
thanks in advance.