• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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# TEST SOON TO BE DISABLED UNTIL MIGRATED TO PYTHON 3.
6# For instructions on how to: go/tauto-py3-migration
7# To re-enable migrate to Python 3.
8# If the test is not migrated by 1/14/22 it will be deleted.
9
10AUTHOR = "beeps@chromium.org"
11NAME = "desktopui_SetFieldsWithChromeDriver"
12PURPOSE = "Verify that we can set fields with chromedriver."
13CRITERIA = """
14This test will fail if we are unable to load the specified page and set a text
15box field.
16"""
17TIME = "SHORT"
18TEST_CATEGORY = "General"
19TEST_CLASS = "desktopui"
20TEST_TYPE = "client"
21
22DOC = """
23This test opens a test page with chromedriver and sets a form field.
24"""
25
26job.run_test('desktopui_SetFieldsWithChromeDriver')
27