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

1 2 3 4

  /external/chromium_org/chrome/test/functional/
remote_host_functional.py 9 import pyauto namespace
14 pyauto_suite = pyauto.PyUITestSuite(sys.argv)
chromeos_offline.py 7 import pyauto namespace
10 class TestOffline(pyauto.PyUITest):
13 assert pyauto.PyUITest.IsChromeOS(), 'Works on ChromeOS only.'
17 pyauto.PyUITest.tearDown(self)
20 """Tests the GoOffline pyauto method."""
chromeos_power.py 9 import pyauto namespace
12 class ChromeosPower(pyauto.PyUITest):
chromeos_cellular_sanity.py 12 import pyauto # pyauto_functional must come before pyauto namespace
14 class ChromeosCellularSanity(pyauto.PyUITest):
chromeos_security.py 9 import pyauto namespace
12 class ChromeosSecurity(pyauto.PyUITest):
21 See the default flags used with automation in pyauto.py.
prefs.py 10 import pyauto_functional # Must be imported before pyauto namespace
11 import pyauto namespace
18 class PrefsTest(pyauto.PyUITest):
24 pyauto.PyUITest.setUp(self)
41 self.AppendTab(pyauto.GURL(url2))
44 self.SetPrefs(pyauto.kRestoreOnStartup, 1)
45 logging.debug('Setting %s to 1' % pyauto.kRestoreOnStartup)
47 self.assertEqual(self.GetPrefsInfo().Prefs(pyauto.kRestoreOnStartup), 1)
63 self.SetPrefs(pyauto.kRestoreOnStartup, 1) # set pref to restore session
77 self.SetPrefs(pyauto.kRestoreOnStartup, 4) # 4 is for restoring URL
    [all...]
chromeos_browser.py 6 import pyauto_functional # pyauto_functional must come before pyauto. namespace
7 import pyauto namespace
11 class ChromeosBrowserTest(pyauto.PyUITest):
16 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
40 self.ApplyAccelerator(pyauto.IDC_FULLSCREEN)
45 self.ApplyAccelerator(pyauto.IDC_FULLSCREEN)
pyauto_webdriver.py 7 import pyauto namespace
10 class PyAutoWebDriverTest(pyauto.PyUITest):
11 """Tests PyAuto-WebDriver integration."""
prefs_ui.py 8 import pyauto_functional # Must be imported before pyauto namespace
9 import pyauto namespace
17 class PrefsUITest(pyauto.PyUITest):
23 pyauto.PyUITest.setUp(self)
44 pyauto.kGeolocationDefaultContentSetting)
77 pyAuto.
82 1, self.GetPrefsInfo().Prefs(pyauto.kGeolocationDefaultContentSetting))
85 2, self.GetPrefsInfo().Prefs(pyauto.kGeolocationDefaultContentSetting))
88 3, self.GetPrefsInfo().Prefs(pyauto.kGeolocationDefaultContentSetting))
93 self.SetPrefs(pyauto.kGeolocationDefaultContentSetting, 2
    [all...]
stress.py 50 import pyauto namespace
57 class StressTest(pyauto.PyUITest):
60 flash_url1 = pyauto.PyUITest.GetFileURLForPath(
61 os.path.join(pyauto.PyUITest.DataDir(), 'plugin', 'flash.swf'))
62 flash_url2 = pyauto.PyUITest.GetFileURLForPath(
63 os.path.join(pyauto.PyUITest.DataDir(),'plugin', 'js-invoker.swf'))
64 flash_url3 = pyauto.PyUITest.GetFileURLForPath(
65 os.path.join(pyauto.PyUITest.DataDir(), 'plugin', 'generic.html'))
66 plugin_url = pyauto.PyUITest.GetFileURLForPath(
67 os.path.join(pyauto.PyUITest.DataDir(), 'plugin', 'plugins_page.html')
    [all...]
gpu.py 9 import pyauto_functional # Must be imported before pyauto namespace
10 import pyauto namespace
13 class GpuTest(pyauto.PyUITest):
63 self.AppendTab(pyauto.GURL(url))
68 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
test_pyauto.py 9 import pyauto_functional # Must be imported before pyauto namespace
10 import pyauto namespace
14 class PyAutoTest(pyauto.PyUITest):
15 """Test functionality of the PyAuto framework."""
28 ExtraChromeFlags() in pyauto.py.
30 return pyauto.PyUITest.ExtraChromeFlags(self) + self._EXTRA_CHROME_FLAGS
57 changer = pyauto.PyUITest.ActionTimeoutChanger(self, new_timeout)
chromeos_battery.py 8 import pyauto_functional # Must be imported before pyauto namespace
9 import pyauto namespace
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_prefs.py 10 import pyauto_functional # Must be imported before pyauto namespace
11 import pyauto namespace
17 class ChromeosPrefsTest(pyauto.PyUITest):
codesign.py 13 import pyauto_functional # Must import before pyauto namespace
14 import pyauto namespace
16 class CodesignTest(pyauto.PyUITest):
  /external/chromium_org/chrome/test/chromeos/utilities/
vm_setup_state.py 7 import pyauto_functional # has to be imported before pyauto namespace
8 import pyauto namespace
20 pyauto_suite = pyauto.PyUITestSuite(sys.argv)
21 pyuitest = pyauto.PyUITest()
  /external/chromium_org/chrome/test/pyautolib/chromeos/
chromeos_utils.py 18 import pyauto namespace
21 class ChromeosUtils(pyauto.PyUITest):
38 pyauto.Main()
  /external/chromium_org/chrome/test/functional/chromoting/
chromoting_base.py 18 import pyauto_functional # Must come before chromoting and pyauto. namespace
20 import pyauto namespace
24 class ChromotingBase(chromotinglib.ChromotingMixIn, pyauto.PyUITest):
25 """Chromoting pyauto test base class.
34 pyauto.PyUITest.__init__(self, methodName)
52 return pyauto.PyUITest.ExtraChromeFlags(self) + extra_chrome_flag
me2me_enable.py 9 import pyauto namespace
21 pyauto.PyUITest.setUp(self)
37 pyauto.PyUITest.tearDown(self)
auth.py 9 import pyauto namespace
17 pyauto.PyUITest.setUp(self)
it2me_basic.py 9 import pyauto namespace
21 pyauto.PyUITest.setUp(self)
  /external/chromium_org/chrome/test/functional/media/
audio_latency_perf.py 20 import pyauto namespace
27 class AudioLatencyPerfTest(pyauto.PyUITest):
28 """PyAuto test container. See file doc string for more information."""
mixed_audio_latency_perf.py 21 import pyauto namespace
28 class MixedAudioLatencyPerfTest(pyauto.PyUITest):
29 """PyAuto test container. See file doc string for more information."""
media_basic_playback.py 15 import pyauto namespace
25 pyauto.PyUITest.GetFileURLForContentDataPath('media', name)
35 class MediaBasicPlaybackTest(pyauto.PyUITest):
36 """PyAuto test container. See file doc string for more information."""
61 # PyAuto has trouble with arrays, so convert to string prior to request.
audio_playback_perf.py 27 import pyauto namespace
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):
58 """PyAuto test container. See file doc string for more information."""

Completed in 561 milliseconds

1 2 3 4