We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bd128 commit 5d70130Copy full SHA for 5d70130
src/Codeception/Module/WebDriver.php
@@ -2281,7 +2281,7 @@ public function typeInPopup(string $keys): void
2281
}
2282
2283
/**
2284
- * Reloads the current page.
+ * 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>.
2285
*/
2286
public function reloadPage(): void
2287
{
0 commit comments