data class GetCookiesRequest
Request object containing input parameters for the NetworkDomain.getCookies command.
<init> |
Request object containing input parameters for the NetworkDomain.getCookies command. GetCookiesRequest(urls: List<String>? = null) |
urls |
The list of URLs for which applicable cookies will be fetched. If not specified, it's assumed to be set to the list containing the URLs of the page and all of its subframes. val urls: List<String>? |