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