Skip to content

Browsy is a Python command-line tool that allows interactive management of a web session under control of Playwright

License

Notifications You must be signed in to change notification settings

mdelgadonyc/browsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Browsy

Browsy is a Python command-line tool that allows interactive management of a web session under control of Playwright.

Table of Contents

Installation

To install Browsy locally:

  1. Clone this repository

  2. Create Virtual Environment for Python

    $ sudo apt install python3-venv
    $ python3 -m venv .venv-browsy
    $ source .venv-browsy/bin/activate

  3. Install playwright

    $ pip3 install playwright
    $ playwright install

Usage

Run Browsy

$ python3 browsy.py sample.json

Then use the "help" command at the prompt to list all available commands.

browsy screenshot

Contributing

Please open an issue to suggest fixes or ideas for improving Browsy

License

The GNU General Public License v3.0

About

Browsy is a Python command-line tool that allows interactive management of a web session under control of Playwright

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages