Skip to content

Commit 551d214

Browse files
authored
Merge pull request #125 from ThomasLandauer/patch-4
Update WebDriver.php: reloadPage
2 parents 1047f02 + 5d70130 commit 551d214

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
@@ -2283,7 +2283,7 @@ public function typeInPopup(string $keys): void
22832283
}
22842284

22852285
/**
2286-
* Reloads the current page.
2286+
* 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>.
22872287
*/
22882288
public function reloadPage(): void
22892289
{

0 commit comments

Comments
 (0)