Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# seldegen

Croco Logo

[![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
```