module-webdriver
module-webdriver copied to clipboard
Update WebDriver.php: reloadPage
Is there a way to reload the page without resetting forms (i.e. like pressing F5)? I tried with $I->pressKey(), but couldn't get it to work :-(