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 5AUTHOR = "dshi@chromium.org" 6NAME = "desktopui_UrlFetchWithChromeDriver" 7PURPOSE = "Verify URL loads and cookies are stored in Chrome." 8CRITERIA = """ 9This test will fail if the URL fails to load or the cookie is not saved. 10""" 11TIME = "SHORT" 12TEST_CATEGORY = "General" 13TEST_CLASS = "desktopui" 14TEST_TYPE = "client" 15 16DOC = """ 17This test opens a new browser to the given URL and waits for the specified 18cookie to be saved. 19""" 20 21job.run_test('desktopui_UrlFetchWithChromeDriver', live=True, tag='live') 22job.run_test('desktopui_UrlFetchWithChromeDriver', live=False, tag='not-live') 23