E2E\WebDriverShortcuts::refresh PHP Method

refresh() protected method

Refresh the page.
protected refresh ( )
    protected function refresh()
    {
        $this->driver->navigate()->refresh();
        return $this;
    }