chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / NetworkDomain / getCookies

getCookies

suspend fun getCookies(input: GetCookiesRequest): GetCookiesResponse

Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

Official doc