-
@Deprecated(message = "Deprecated in the Chrome DevTools protocol") public final class GetCookiesResponse
Response type for the PageDomain.getCookies command.
-
-
Constructor Summary
Constructors Constructor Description GetCookiesResponse(List<Cookie> cookies)
-
Method Summary
Modifier and Type Method Description final List<Cookie>component1()final GetCookiesResponsecopy(List<Cookie> cookies)final List<Cookie>getCookies()Array of cookie objects. -
-
Method Detail
-
component1
final List<Cookie> component1()
-
copy
final GetCookiesResponse copy(List<Cookie> cookies)
-
getCookies
final List<Cookie> getCookies()
Array of cookie objects.
-
-
-
-