Lines Matching refs:cookies
2097 '--enable-file-cookies',
2112 """Check cookies for "__pc_done=1" to know the test is over."""
2114 cookies = self.GetCookie(pyauto.GURL(url)) # window 0, tab 0
2115 return '__pc_done=1' in cookies
2124 """Collect the results from the cookies."""
2126 cookies = self.GetCookie(pyauto.GURL(url)) # window 0, tab 0
2127 for cookie in cookies.split(';'):
2135 msg='Unable to find test results in cookies: %s' % cookies)