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