Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crocofactory/seldegen
The package containing tools to develop Web3-based projects using Selenium
https://github.com/crocofactory/seldegen
selenium selenium-python selenium-webdriver selenium-wrapper
Last synced: about 2 months ago
JSON representation
The package containing tools to develop Web3-based projects using Selenium
- Host: GitHub
- URL: https://github.com/crocofactory/seldegen
- Owner: CrocoFactory
- License: mit
- Created: 2024-03-22T14:42:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T16:31:04.000Z (4 months ago)
- Last Synced: 2024-11-15T04:06:06.439Z (2 months ago)
- Topics: selenium, selenium-python, selenium-webdriver, selenium-wrapper
- Language: Python
- Homepage: https://pypi.org/project/seldegen/
- Size: 18.8 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seldegen
[![PyPi Version](https://img.shields.io/pypi/v/seldegen)](https://pypi.org/project/seldegen/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/seldegen?label=downloads)](https://pypi.org/project/seldegen/)
[![License](https://img.shields.io/github/license/CrocoFactory/seldegen.svg)](https://pypi.org/project/seldegen/)
[![Last Commit](https://img.shields.io/github/last-commit/CrocoFactory/seldegen.svg)](https://pypi.org/project/seldegen/)
[![Development Status](https://img.shields.io/pypi/status/seldegen)](https://pypi.org/project/seldegen/)
The package containing tools to warm up Web3-based project using Selenium- **[Bug reports](https://github.com/CrocoFactory/seldegen/issues)**
Source code is made available under the [MIT License](LICENSE)
The project is made by the **[Croco Factory](https://github.com/CrocoFactory)** team
# Installing seldegen
To install `seldegen` from PyPi, you can use that:```shell
pip install seldegen
```To install `seldegen` from GitHub, use that:
```shell
pip install git+https://github.com/CrocoFactory/seldegen.git
```