Skip to content

Commit b23e292

Browse files
Update WebDriver.php
1 parent 5c6be6d commit b23e292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3161,7 +3161,7 @@ protected function matchFirstOrFail(WebDriverSearchContext $page, $selector): We
31613161
* $I->pressKey('#page', [WebDriverKeys::CONTROL, 'a'], 'new'); // => new
31623162
* $I->pressKey('#page', [WebDriverKeys::SHIFT, '111'], '1', 'x'); // => old!!!1x
31633163
* $I->pressKey('descendant-or-self::*[@id='page']', 'u'); // => oldu
3164-
* $I->pressKey('#name', [WebDriverKeys::CONTROL, 'a'], WebDriverKeys::DELETE); // => ''
3164+
* $I->pressKey('#page', [WebDriverKeys::CONTROL, 'a'], WebDriverKeys::DELETE); // => ''
31653165
* ```
31663166
*
31673167
* @param string|array|WebDriverBy $element

0 commit comments

Comments
 (0)