Home
last modified time | relevance | path

Searched refs:WaitForElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Daction_runner_unittest.py223 action_runner.WaitForElement('#test1', timeout_in_seconds=0.1)
224 action_runner.WaitForElement(text='foo', timeout_in_seconds=0.1)
225 action_runner.WaitForElement(
233 action_runner.WaitForElement('#test2', timeout_in_seconds=0.1)
238 action_runner.WaitForElement(text='bar', timeout_in_seconds=0.1)
245 action_runner.WaitForElement(
260 action_runner.WaitForElement('#test1', timeout_in_seconds=0.2)
261 def WaitForElement(): function
262 action_runner.WaitForElement(text='oo', timeout_in_seconds=0.2)
263 self.assertRaises(py_utils.TimeoutException, WaitForElement)
Daction_runner.py263 def WaitForElement(self, selector=None, text=None, element_function=None, member in ActionRunner
/external/chromium-trace/catapult/telemetry/examples/browser_tests/
Dsimple_browser_test.py62 self.action_runner.WaitForElement('#id-0')
65 self.action_runner.WaitForElement(text='Click/tap me')