Class WebkitCookies


  • public class WebkitCookies
    extends Object
    Class for reading cookies of Webkit based browsers
    • Method Detail

      • getCookiesFromWebkit

        public static List<BrowserCookie> getCookiesFromWebkit​(String domain,
                                                               String[] hosts,
                                                               String[] paths,
                                                               String cookieFile)
        Returns cookies from Webkit based browsers Because of problems, when two thread are trying to read cookies from Webkit based browsers at the same time, i had to synchronize this method.
        Parameters:
        domain - Domain
        hosts - Hosts-Array
        paths - Paths-Array
        cookieFile - CookieFile for Opera
        Returns:
        Cookies