diff --git a/src/Codeception/Module/WebDriver.php b/src/Codeception/Module/WebDriver.php index 4ae01c4..62083e6 100644 --- a/src/Codeception/Module/WebDriver.php +++ b/src/Codeception/Module/WebDriver.php @@ -2348,17 +2348,17 @@ protected function getSubmissionFormFieldName(string $name): string * ``` html *
* ``` * @@ -2458,7 +2458,7 @@ protected function getSubmissionFormFieldName(string $name): string * For example, given the following HTML: * * ``` html - * + * * ``` * * `$button` could be any one of the following: @@ -3153,7 +3153,7 @@ protected function matchFirstOrFail(WebDriverSearchContext $page, $selector): We * * ``` php * + * // * $I->pressKey('#page', 'a'); // => olda * $I->pressKey('#page', ['ctrl', 'a'],'new'); //=> new * $I->pressKey('#page', ['shift', '111'],'1','x'); //=> old!!!1x