Overrides CoreDriver::keyPress
public function keyPress(string $xpath, $char, ?string $modifier = null) { $options = self::charToOptions($char, $modifier); $this->trigger($xpath, 'keypress', $options); }