Module: BrowserMob::CLI
- Defined in:
- lib/browsermob/cli.rb,
lib/browsermob/cli/main.rb,
lib/browsermob/cli/version.rb,
lib/browsermob/cli/browsermob.rb,
lib/browsermob/cli/har_parser.rb
Defined Under Namespace
Classes: BrowserMobSetup, HarParser, Main
Constant Summary collapse
- VERSION =
"0.1.4"
Instance Method Summary collapse
Instance Method Details
#check_file_locations ⇒ Object
8 9 10 11 |
# File 'lib/browsermob/cli.rb', line 8 def check_file_locations $har = "/tmp/traffic.har" $binary = "/tmp/browsermob-proxy/bin/browsermob-proxy" end |