diff --git a/src/Codeception/Module/WebDriver.php b/src/Codeception/Module/WebDriver.php
index 1751ce7..cc15b22 100644
--- a/src/Codeception/Module/WebDriver.php
+++ b/src/Codeception/Module/WebDriver.php
@@ -2284,6 +2284,7 @@ public function typeInPopup(string $keys): void
/**
* Reloads the current page. All forms will be reset, so the outcome is as if the user would press Ctrl+F5.
+ * To reload the page without resetting everything (i.e. F5), you can use $I->executeJS('location.reload();');
*/
public function reloadPage(): void
{