AutomatedTester / browsermob-proxy-py

A python wrapper for Browsermob Proxy
http://oss.theautomatedtester.co.uk/browsermob-proxy-py
236 stars 104 forks source link

using with buildout #23

Closed kyleshrader closed 10 years ago

kyleshrader commented 10 years ago

When I include this as an egg in my buildout.cfg, a bin script is not created. What would I reference in the Server initialization?

AutomatedTester commented 10 years ago

sorry I have never used buildout, what bin script is not created?

kyleshrader commented 10 years ago

I may misunderstand the correct use of this wrapper. Do I need to install anything else alongside this, or just this?

AutomatedTester commented 10 years ago

You will need to download Browsermob Proxy from http://bmp.lightbody.net/ and then in http://browsermob-proxy-py.readthedocs.org/en/latest/#how-to-use-with-selenium-webdriver the 2nd line you put the path to where you have put browsermob proxy and you should be good to go.

Also thanks for making me look at where to find certain pieces, looks like my documentation is out of date and needs updating to new download locations