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