Browsy is a Python command-line tool that allows interactive management of a web session under control of Playwright.
To install Browsy locally:
-
$
sudo apt install python3-venv
$python3 -m venv .venv-browsy
$source .venv-browsy/bin/activate
-
$
pip3 install playwright
$playwright install
$ python3 browsy.py sample.json
Then use the "help" command at the prompt to list all available commands.
Please open an issue to suggest fixes or ideas for improving Browsy