Home | History | Annotate | Download | only in cros

Lines Matching full:_tab

29         self._tab = self._browser.tabs[0]
32 self._tab.Navigate(self._browser.platform.http_server.UrlOf(
41 """Replace the body of self._tab with provided html.
48 self._tab.ExecuteJavaScript('window.__ready = 0; '
50 self._tab.Activate()
51 self._tab.WaitForDocumentReadyStateToBeInteractiveOrBetter()
54 """Replace the body of self._tab with a blank screen.
59 """Replace the body of self._tab with provided html and buttons.
76 """Replace the body of self._tab with provided html and a textbox.
96 complete = lambda: self._tab.EvaluateJavaScript('window.__ready') == 1
100 result = self._tab.EvaluateJavaScript('window.__result')
101 self._tab.ExecuteJavaScript('window.__ready = 0; '