AbstractBrowser $browser:
Overrides Constraint::matches
protected function matches($browser) : bool { return null !== $browser->getCookieJar() ->get($this->name, $this->path, $this->domain); }