You can get the attached cookies during the rendering:
$clusteer = Clusteer::to('https://example.com') ->waitUntilAllRequestsFinish() ->withCookies() ->get();
$cookies = $clusteer->getCookies();
Last updated 3 years ago