/**
  * {@inheritdoc}
  */
 public function doubleClick($xpath)
 {
     $this->mouseOver($xpath);
     $this->wdSession->doubleclick();
 }