HomeSort by relevance Sort by last modified time
    Searched full:pyuitest (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/chromium_org/chrome/test/chromeos/utilities/
vm_setup_state.py 21 pyuitest = pyauto.PyUITest() variable
22 pyuitest.setUp()
23 driver = pyuitest.NewWebDriver(port=VM_CHROMEDRIVER_PORT)
29 pyuitest.tearDown()
30 del pyuitest
  /external/chromium_org/chrome/test/functional/
chromeos_offline.py 10 class TestOffline(pyauto.PyUITest):
13 assert pyauto.PyUITest.IsChromeOS(), 'Works on ChromeOS only.'
17 pyauto.PyUITest.tearDown(self)
chromeos_power.py 12 class ChromeosPower(pyauto.PyUITest):
test_clean_exit.py 18 class SimpleTest(pyauto.PyUITest):
32 return pyauto.PyUITest.ExtraChromeFlags(self) + extra_flags
doc_viewing.py 15 class DocViewingTest(pyauto.PyUITest):
22 pyauto.PyUITest.setUp(self)
38 executor = pyauto.PyUITest.JavascriptExecutorInTab(self)
test_pyauto.py 14 class PyAutoTest(pyauto.PyUITest):
30 return pyauto.PyUITest.ExtraChromeFlags(self) + self._EXTRA_CHROME_FLAGS
57 changer = pyauto.PyUITest.ActionTimeoutChanger(self, new_timeout)
chromeos_cellular_sanity.py 14 class ChromeosCellularSanity(pyauto.PyUITest):
chromeos_battery.py 13 class ChromeosBattery(pyauto.PyUITest):
32 _BATTERY_CONFIG_FILE = os.path.join(pyauto.PyUITest.DataDir(),
37 pyauto.PyUITest.setUp(self)
43 pyauto.PyUITest.tearDown(self)
48 power_config = pyauto.PyUITest.EvalDataFrom(
chromeos_accessibility.py 20 class AccessibilityTest(pyauto.PyUITest):
36 pyauto.PyUITest.setUp(self)
40 pyauto.PyUITest.tearDown(self)
chromeos_gsm_compliance.py 12 class ChromeosGSMCompliance(pyauto.PyUITest):
28 pyauto.PyUITest.setUp(self)
38 pyauto.PyUITest.tearDown(self)
chromeos_time.py 17 class ChromeosTime(pyauto.PyUITest):
22 pyauto.PyUITest.setUp(self)
27 pyauto.PyUITest.tearDown(self)
chromeos_volume.py 19 class ChromeosVolume(pyauto.PyUITest):
32 pyauto.PyUITest.setUp(self)
38 pyauto.PyUITest.tearDown(self)
chromeos_oobe.py 19 class ChromeosOOBE(pyauto.PyUITest):
34 pyauto.PyUITest.setUp(self)
execute_javascript.py 11 from pyauto import PyUITest
14 class ExecuteJavascriptTest(PyUITest):
netflix.py 138 class NetflixTest(pyauto.PyUITest, NetflixTestHelper):
142 pyauto.PyUITest.__init__(self, methodName, **kwargs)
160 pyauto.PyUITest.setUp(self)
167 pyauto.PyUITest.tearDown(self)
219 class NetflixGuestModeTest(pyauto.PyUITest, NetflixTestHelper):
223 pyauto.PyUITest.__init__(self, methodName, **kwargs)
228 pyauto.PyUITest.setUp(self)
242 pyauto.PyUITest.tearDown(self)
  /external/chromium_org/chrome/test/functional/chromoting/
chromoting_base.py 24 class ChromotingBase(chromotinglib.ChromotingMixIn, pyauto.PyUITest):
34 pyauto.PyUITest.__init__(self, methodName)
52 return pyauto.PyUITest.ExtraChromeFlags(self) + extra_chrome_flag
me2me_enable.py 21 pyauto.PyUITest.setUp(self)
37 pyauto.PyUITest.tearDown(self)
me2me_connect.py 21 pyauto.PyUITest.setUp(self)
41 pyauto.PyUITest.tearDown(self)
  /external/chromium_org/chrome/test/functional/media/
audio_playback_perf.py 31 _TEST_HTML_PATH = pyauto.PyUITest.GetFileURLForDataPath('media', 'html',
33 _MEDIA_PATH = os.path.abspath(os.path.join(pyauto.PyUITest.DataDir(),
37 _TEST_AUDIO = pyauto.PyUITest.GetFileURLForPath(_MEDIA_PATH, 'dance2_10sec.wav')
57 class AudioRecordPerfTest(pyauto.PyUITest):
worker_thread.py 32 pyauto_test: Reference to a pyauto.PyUITest instance.
66 pyauto_test: Reference to a pyauto.PyUITest instance.
122 # The following are wrappers to pyauto.PyUITest functions. They are wrapped
127 # access other PyUITest functions, then there is no guarantee of thread
130 # For details on the args check pyauto.PyUITest class.
cns_test_base.py 63 _ROOT_PATH = os.path.join(pyauto.PyUITest.DataDir(), 'pyauto_private', 'media')
66 class CNSTestBase(pyauto.PyUITest):
81 pyauto.PyUITest.__init__(self, *args, **kwargs)
94 pyauto.PyUITest.setUp(self)
117 pyauto.PyUITest.setUp(self)
143 pyauto.PyUITest.tearDown(self)
  /external/chromium_org/chrome/test/pyautolib/chromeos/
chromeos_utils.py 21 class ChromeosUtils(pyauto.PyUITest):
file_browser.py 13 executor = pyauto.PyUITest.JavascriptExecutorInTab(self)
26 ui_test: derived from pyauto.PyUITest - base class for UI test cases.
27 executor: derived from pyauto.PyUITest.JavascriptExecutor.
  /external/chromium_org/chrome/test/pyautolib/
prefs_info.py 7 Obtain one of these from a call to PyUITest::GetPrefsInfo() or
8 PyUITest::GetLocalStatePrefsInfo().
11 class MyTest(pyauto.PyUITest):
  /external/chromium_org/chrome/test/functional/tracing/
tracer.py 19 browser: an instance of a PyUITest
78 browser: an instance of a PyUITest

Completed in 120 milliseconds

1 2 3 4