Searched refs:WaitForNavigate (Results 1 – 7 of 7) sorted by relevance
83 def WaitForNavigate(self, timeout=60): member in InspectorPage125 self.WaitForNavigate(timeout)
162 def WaitForNavigate(self, timeout): member in InspectorBackend163 self._page.WaitForNavigate(timeout)
21 self._tab.WaitForNavigate()
202 def WaitForNavigate(self, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): member in WebContents213 self._inspector_backend.WaitForNavigate(timeout)
76 action_runner.WaitForNavigate()
123 def WaitForNavigate(self, timeout_in_seconds_seconds=60): member in ActionRunner125 self._tab.WaitForNavigate(timeout_in_seconds_seconds)
72 action_runner.WaitForNavigate()