Home
last modified time | relevance | path

Searched refs:active_tab (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/policy_ForceYouTubeRestrict/
Dpolicy_ForceYouTubeRestrict.py89 active_tab = self.navigate_to_url(restriction_type_url)
92 active_tab, VERIFY_VIDEO_NOT_LOADED_CMD),
96 return active_tab.EvaluateJavaScript(VERIFY_VIDEO_NOT_LOADED_CMD)
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py54 active_tab = None variable in graphics_WebGLAquarium
108 self.active_tab = tab
133 self.active_tab.Close()
134 self.active_tab = None
273 results['avg_fps'] = self.active_tab.EvaluateJavaScript(
275 results['avg_render_time'] = self.active_tab.EvaluateJavaScript(
277 self.active_tab.ExecuteJavaScript('g_crosFpsCounter.reset();')