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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 44 - 21 = ?

 
 [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