private function postCommand($name, PHPUnit_Extensions_Selenium2TestCase_ElementCriteria $criteria)
 {
     $response = $this->driver->curl('POST', $this->url->addCommand($name), $criteria->getArrayCopy());
     return $response->getValue();
 }