An open API service indexing awesome lists of open source software.

https://github.com/yuntianzhou/seleniumprojects

A collection of various Python3 projects that utilize Selenium
https://github.com/yuntianzhou/seleniumprojects

automation-scripts browser-automation python3 selenium selenium-webdriver web-automation

Last synced: about 1 month ago
JSON representation

A collection of various Python3 projects that utilize Selenium

Awesome Lists containing this project

README

        

# SeleniumProjects

This repository is a collection of various Python projects that use Selenium, a powerful browser automation tool.

### Prerequisites
Make sure you have the following installed:
- Python 3.x
- Selenium
- Chrome

### Requirements
```shell
pip install requirements.txt
```