diff --git a/src/Codeception/Module/WebDriver.php b/src/Codeception/Module/WebDriver.php index da9dd47..1751ce7 100644 --- a/src/Codeception/Module/WebDriver.php +++ b/src/Codeception/Module/WebDriver.php @@ -3164,7 +3164,7 @@ protected function matchFirstOrFail(WebDriverSearchContext $page, $selector): We * ``` * * @param string|array|WebDriverBy $element - * @param string|array $chars Can be char or array with modifier. You can provide several chars. + * @param string|list $chars Can be char or array with modifier. You can provide several chars. * @throws ElementNotFound */ public function pressKey($element, ...$chars): void