How to set up Selenium in conda environment?

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:

Anaconda Selenium Packages

The most downloaded package can be found at:

Conda-Forge Selenium Package

Execute the following command to install it:

conda install -c conda-forge --name myenv selenium