===================================== 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 ===== ::