1 # Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 AUTHOR = "dshi (a] chromium.org" 6 NAME = "desktopui_UrlFetchWithChromeDriver" 7 PURPOSE = "Verify URL loads and cookies are stored in Chrome." 8 CRITERIA = """ 9 This test will fail if the URL fails to load or the cookie is not saved. 10 """ 11 TIME = "SHORT" 12 TEST_CATEGORY = "General" 13 TEST_CLASS = "desktopui" 14 TEST_TYPE = "client" 15 16 DOC = """ 17 This test opens a new browser to the given URL and waits for the specified 18 cookie to be saved. 19 """ 20 21 job.run_test('desktopui_UrlFetchWithChromeDriver', live=True, tag='live') 22 job.run_test('desktopui_UrlFetchWithChromeDriver', live=False, tag='not-live') 23