is there a possibility to extract the 3rd party cookies?
page.GetCookies() only returns cookies set for the current domain.
Example: if you navigate cnn.com you only get the cookies set for that domain. However by navigating that page there are also cookies set for eg. .twitter.com or .bing.com.
Hi,
is there a possibility to extract the 3rd party cookies?
page.GetCookies() only returns cookies set for the current domain.
Example: if you navigate cnn.com you only get the cookies set for that domain. However by navigating that page there are also cookies set for eg. .twitter.com or .bing.com.
Is there a possibility to retrieve these?