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