A simple to use abstraction over Selenium.
To perform a basic installation, just run:
pip install fastrpa
To install also, packages to help you to debug your application, install with [debug] extras:
pip install "fastrpa[debug]"
For details, read the documentation.
Make sure you have poetry installed and upgraded.
pip install --upgrade pip poetry
poetry install --with dev
Command | Description |
---|---|
poetry build |
Build the project |
poetry run task tests |
Runs all unit tests |
poetry run task lint |
Format and lint the code |
poetry run task security |
Check security issues on the code |
poetry run task check |
Check code issues |
poetry run task docs |
Serve the docs server |