We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af40aff commit f120920Copy full SHA for f120920
src/Codeception/Module/WebDriver.php
@@ -2284,6 +2284,7 @@ public function typeInPopup(string $keys): void
2284
2285
/**
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>.
2287
+ * To reload the page without resetting everything (i.e. <kbd>F5</kbd>), you can use <code>$I->executeJS('location.reload();');</code>
2288
*/
2289
public function reloadPage(): void
2290
{
0 commit comments