Searched refs:RunPageInteractions (Results 1 – 8 of 8) sorted by relevance
36 self.RunPageInteractions = mock.Mock()96 page.RunPageInteractions = manager.page.RunPageInteractions103 mock.call.page.RunPageInteractions(mock.ANY),114 self.assertFalse(page.RunPageInteractions.called)
31 def RunPageInteractions(self, _): member in MockPage
16 def RunPageInteractions(self, action_runner): member in ExamplePage
88 self.RunPageInteractions(action_runner)95 def RunPageInteractions(self, action_runner): member in Page
68 def RunPageInteractions(self, _): member in PageWithAction
24 def RunPageInteractions(self, action_runner): member in BasicTestPage
103 def RunPageInteractions(self, action_runner): member in ScrollingPage
26 def RunPageInteractions(self, action_runner): member in TestTimelinebasedMeasurementPage