๐Ÿ˜Cookies

You can get the attached cookies during the rendering:

$clusteer = Clusteer::to('https://example.com')
    ->waitUntilAllRequestsFinish()
    ->withCookies()
    ->get();
$cookies = $clusteer->getCookies();

Last updated