Skip to content

Commit 5d70130

Browse files
Update WebDriver.php: reloadPage
1 parent 68bd128 commit 5d70130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ public function typeInPopup(string $keys): void
22812281
}
22822282

22832283
/**
2284-
* Reloads the current page.
2284+
* Reloads the current page. All forms will be reset, so the outcome is as if the user would press <kbd>Ctrl</kbd>+<kbd>F5</kbd>.
22852285
*/
22862286
public function reloadPage(): void
22872287
{

0 commit comments

Comments
 (0)