FoxPuppet is a library for automating user interactions in Firefox using Selenium.
The following has been confirmed to work on linux based systems.
- Clone repository
- Install poetry:
make install_poetry
- Run the tests:
make test
Please see our Contributing Guidelines