https://github.com/blob42/tmpbrowse
Spawn temporary browser sessions for web app development/testing
https://github.com/blob42/tmpbrowse
Last synced: about 2 months ago
JSON representation
Spawn temporary browser sessions for web app development/testing
- Host: GitHub
- URL: https://github.com/blob42/tmpbrowse
- Owner: blob42
- Created: 2013-07-08T22:14:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-23T14:29:54.000Z (almost 11 years ago)
- Last Synced: 2025-03-23T09:37:02.816Z (2 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
tmpbrowse - Spawn browser sessions for testing
----------------------------------------------This tool helps you spawn temporary browser sessions 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