How to install Selenium in a conda environment?



We can install Selenium in a conda environment. The conda has multiple channels to find packages. We have to search for a package which is compatible with our operating system.

All the packages shall be available in the link −

https://anaconda.org/search?q=selenium&sort=ndownloads&sort_order=−1&reverse=true

Out of all the packages, the most popular and downloaded one is available in the link −

https://anaconda.org/conda-forge/selenium

To install this package, execute any one of the following commands −


Advertisements