Restarts the client.
It flushes history and all cookies.
public function restart() : void { $this->cookieJar ->clear(); $this->history ->clear(); }