Overrides CoreDriver::isVisible
public function isVisible(string $xpath) { return $this->findElement($xpath) ->displayed(); }