/**
  * {@inheritdoc}
  */
 public function mouseOver($xpath)
 {
     $this->browser->mouseOver(SeleniumLocator::xpath(utf8_decode($xpath)));
 }