We've got pages that are generated through cookie data. With that being said, it seems that the normal method of $client->getUrl() doesn't support requesting cookie data. I know there is this
tool out there that does work with requesting cookie data but I'm not sure if this supports this or not. I've seen some threads about being able to get a PDF out of $client->convertHTML() which does work from what I've tested (minimal stuff). I've also read that you are able to send through CSS/images/etc. by making sure that the absolute url is brought with the HTML data, if so, does it then apply all of the styles/etc. to the page like it normally would because that should be able to suffice if there isn't an option to get the cookie data along. Thanks!