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 = "beeps@chromium.org" 6NAME = "desktopui_SetFieldsWithChromeDriver" 7PURPOSE = "Verify that we can set fields with chromedriver." 8CRITERIA = """ 9This test will fail if we are unable to load the specified page and set a text 10box field. 11""" 12TIME = "SHORT" 13TEST_CATEGORY = "General" 14TEST_CLASS = "desktopui" 15TEST_TYPE = "client" 16 17DOC = """ 18This test opens a test page with chromedriver and sets a form field. 19""" 20 21job.run_test('desktopui_SetFieldsWithChromeDriver') 22