πCookies
You can get the attached cookies during the rendering:
$clusteer = Clusteer::to('https://example.com')
->waitUntilAllRequestsFinish()
->withCookies()
->get();
$cookies = $clusteer->getCookies();
Last updated
Was this helpful?
You can get the attached cookies during the rendering:
$clusteer = Clusteer::to('https://example.com')
->waitUntilAllRequestsFinish()
->withCookies()
->get();
$cookies = $clusteer->getCookies();
Last updated
Was this helpful?