Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.02 KB

woodpycker

A small utility for clicking on links of the Web page and display HTTP response statuses.

Requirements:

How to run:

# python woodpycker.py -u <page_url>

or run

# python woodpycker.py -h

for list of all parameters.

Note: You can set environment variable BMPATH to specify the BrowserMob Proxy location. For example:

# env BMPATH=/opt/browsermob-proxy/bin/browsermob-proxy python woodpycker.py -u <page_url>

If environment variable not specified the default location '/usr/local/opt/browsermobproxy/bin/browsermob-proxy' will be used.

Example:

woodpycker demo screenshot