Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 519 Bytes

Wegan

From Old Saxon: "to weigh, consider"

A simple Scala wrapper for Selenium with ChromeDriver which fetches a page in Chrome and dumps a HAR file describing its performance.

Dependencies

You should install and put into your PATH:

Building

Run make.

Running

Wegan takes a url and the output HAR file as command-line parameters. For example:

./bin/wegan http://google.com/ output.har