- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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 −
- Related Articles
- How to install Matplotlib without installing Qt using Conda on Windows?
- How to install Selenium package in Anaconda?
- How to Download & Install Selenium WebDriver?
- How to install TestNG in eclipse using Selenium?
- How to install Selenium WebDriver on Mac OS?
- How to install JDK in Windows and set up the environment variables?
- How install Selenium Webdriver with Python?
- Selenium and Headless Environment.
- How do I install selenium latest version?
- How to easily manage your software using conda?
- How to create a virtual environment in Python?
- How to Implement Agile in a Regulated Environment?
- How to install a Python Module?
- How to install Python in Windows?
- How to install Tkinter in Python?

Advertisements