Searched refs:CreateInteraction (Results 1 – 3 of 3) sorted by relevance
23 with action_runner.CreateInteraction('Scroll-And-Tap'):28 with action_runner.CreateInteraction('Scroll'):30 with action_runner.CreateInteraction('Wait-two'):
46 def CreateInteraction(self, label, repeatable=False): member in ActionRunner105 return self.CreateInteraction('Gesture_' + label, repeatable)
37 with action_runner.CreateInteraction('InteractionName',