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" 13ATTRIBUTES = "suite:experimental" 14SUITE = "experimental" 15TEST_CLASS = "desktopui" 16TEST_TYPE = "client" 17 18DOC = """ 19This test opens a new browser to the given URL and waits for the specified 20cookie to be saved. 21""" 22 23job.run_test('desktopui_UrlFetchWithChromeDriver', live=False, tag='not-live') 24