Home | History | Annotate | Download | only in cros

Lines Matching full:chrome

11 from autotest_lib.client.common_lib.cros import chrome
76 # Close Chrome instance if opened.
188 """Initialize flags used to create Chrome instance."""
213 Launch a chrome browser, and sign in to Chrome OS. Examine the user's
220 @param policy_value: Expected value to appear on chrome://policy page.
233 tab = self.navigate_to_url('chrome://policy')
246 """Launch Chrome browser and sign in."""
247 logging.info('Chrome Browser Arguments:')
252 self.cr = chrome.Chrome(extra_browser_args=self.extra_flags,
279 chrome://policies page. Before comparing, convert both values to JSON
281 because Chrome processes some policy values to show them in a more
284 @param policy_value: Expected value to appear on chrome://policy page.
285 @param value_shown: Value as it appears on chrome://policy page.
364 chrome://policy page, the policy blob must contain no dictionary entry
383 policy value shown on the chrome://policy page.
385 @param policy_tab: Tab displaying the chrome://policy page.