Interface CookieStrategy

    • Method Detail

      • getCookies

        List<BrowserCookie> getCookies​(String url,
                                       String domain,
                                       String[] hosts,
                                       String[] paths,
                                       Map<String,​String> options)
        Returns the cookies for the given URL
        Parameters:
        url - URL
        domain - Domain
        hosts - Hosts
        paths - Paths
        options - Options
        Returns:
        Cookies