Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.4

Request #18360 Missing CaptureNetworkTraffic
Submitted: 2011-03-13 13:52 UTC
From: sofiacardita Assigned:
Status: Open Package: Testing_Selenium (version 0.4.4)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2011-03-13 13:52 UTC] sofiacardita (sofia cardita)
Description: ------------ The method CaptureNetworkTraffic is missing. This could be useful for automated analysis of page load times for example. The patch to fix it could be as below: /** * Captures Network Traffic data. * * @access public * @param string $type xml,plain or json */ public function captureNetworkTraffic($type) { return $this->getString("captureNetworkTraffic", array($type)); }

Comments