/**
  * Simulates a user pressing and holding the mouse button on
  * the specified element.
  *
  * @param  string  $locator
  * @return string
  * @access public
  */
 public function mouseDown($locator)
 {
     return $this->selenium->mouseDown($locator);
 }