/**
  * Start capturing http request by browsermobproxy.
  *
  * @Given /^I start capturing http requests$/
  */
 public function start_capture_request($capturelabel)
 {
     browsermobproxyclient::new_har($capturelabel);
 }