How to install selenium in python?
Python has a very rich library or package. One such library is Selenium.
Selenium is one of the most popular and powerful automation testing platforms.
Uses of selenium:-
- You can automate web/UI/Mobile apps
- You can automate form filling or data on any websites
- You can scrape data using ONLY python or combination of python and selenium. Integration with google sheets for read/write data into sheets help recruiters/Marketers a lot in saving time
- You can schedule automated email system to broadcast your blog content or personalized mass mailing
- You can test web services/REST API testing
- You can automate test scenarios at BDD/TDD level to demo the new product/feature developed
Installing selenium
- Open command prompt
- Run the following command
syntax:-
pip install selenium
This is all about installing selenium in python.
Subscribe
Login
Please login to comment
0 Discussion