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'):
58 def CreateInteraction(self, label, repeatable=False): member in ActionRunner117 return self.CreateInteraction('Gesture_' + label, repeatable)
40 with action_runner.CreateInteraction('InteractionName',