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
- Host: GitHub
- URL: https://github.com/yuntianzhou/seleniumprojects
- Owner: YunTianZhou
- Created: 2025-04-15T22:00:36.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-15T23:02:21.000Z (about 1 month ago)
- Last Synced: 2025-04-15T23:28:09.472Z (about 1 month ago)
- Topics: automation-scripts, browser-automation, python3, selenium, selenium-webdriver, web-automation
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```