Searched refs:EnterText (Results 1 – 2 of 2) sorted by relevance
421 action_runner.EnterText('That is boring') # That is boring|.425 action_runner.EnterText('is') # This| is boring.429 action_runner.EnterText('interest') # This is interest|ing.
689 def EnterText(self, text, character_delay_ms=100, timeout=60): member in ActionRunner