How to set up Selenium in conda environment?
Conda relies on various channels to locate packages. To find the Selenium package compatible with Win 64, visit the following link:
The most downloaded package can be found at:
Execute the following command to install it:
conda install -c conda-forge --name myenv selenium