Open ThomasLandauer opened 10 months ago
Please doublecheck:
DriverCommand::REFRESH
['css' => 'body']
Hold on! $I->pressKey(['css' => 'body'], \Facebook\WebDriver\WebDriverKeys::F5); isn't working! I'm now doing it with $I->executeJS('location.reload();'); - is there a better way?
$I->pressKey(['css' => 'body'], \Facebook\WebDriver\WebDriverKeys::F5);
$I->executeJS('location.reload();');
Please doublecheck:
DriverCommand::REFRESH
actually does.['css' => 'body']
the best selector here?