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