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