Searched refs:PressKey (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | action_runner_unittest.py | 422 action_runner.PressKey('Home') # |That is boring. 423 action_runner.PressKey('ArrowRight', repeat_count=2) # Th|at is boring. 424 action_runner.PressKey('Delete', repeat_count=2) # Th| is boring. 426 action_runner.PressKey('End') # This is boring|. 427 action_runner.PressKey('ArrowLeft', repeat_count=3) # This is bor|ing. 428 action_runner.PressKey('Backspace', repeat_count=3) # This is |ing.
|
D | action_runner.py | 675 def PressKey(self, key, repeat_count=1, repeat_delay_ms=100, timeout=60): member in ActionRunner 698 self.PressKey(c, repeat_delay_ms=character_delay_ms, timeout=timeout)
|