Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Codeception/Module/WebDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>Ctrl</kbd>+<kbd>F5</kbd>.
* To reload the page without resetting everything (i.e. <kbd>F5</kbd>), you can use <code>$I->executeJS('location.reload();');</code>
*/
public function reloadPage(): void
{
Expand Down
Loading