Searched refs:WaitForNavigate (Results 1 – 7 of 7) sorted by relevance
83 def WaitForNavigate(self, timeout=60): member in InspectorPage125 self.WaitForNavigate(timeout)
21 self._tab.WaitForNavigate()
171 def WaitForNavigate(self, timeout): member in InspectorBackend172 self._page.WaitForNavigate(timeout)
203 def WaitForNavigate(self, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): member in WebContents214 self._inspector_backend.WaitForNavigate(timeout)
82 action_runner.WaitForNavigate()
183 def WaitForNavigate(self, timeout_in_seconds_seconds=60): member in ActionRunner185 self._tab.WaitForNavigate(timeout_in_seconds_seconds)
127 action_runner.WaitForNavigate()