sclevine / agouti

A WebDriver client and acceptance testing library for Go
MIT License
822 stars 105 forks source link

3rd party cookies #166

Open Hadou1 opened 6 years ago

Hadou1 commented 6 years ago

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?