Spawn temporary browser sessions for web app development/testing
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chakib benziane 651462acf1 we can use a custom browser binary 10 years ago
tmpbrowse we can use a custom browser binary 10 years ago
CHANGES.rst we can use a custom browser binary 10 years ago
README.rst we can use a custom browser binary 10 years ago
setup.py initial commit 11 years ago

README.rst

=====================================
tmpbrowse - Spawn test browser sessions
=====================================

This tool helps you spawn temporary browser sessions (only chrome for instance)
in a sandboxed user dir to securely test your web app without worrying about
clearing cache, extensions ... 

Installation
============

Using pypi repository::

    $> pip install tmpbrowse

Forking this repo::

    $> python setup.py install


Usage
=====

::

TODO
====

- Better browser abstraction