Home | History | Annotate | Download | only in pyautolib

Lines Matching full:oobe

295     """Determine if we should skip the OOBE flow on ChromeOS.
297 This makes automation skip the OOBE flow during setUp() and land directly
300 Override and return False if OOBE flow is required, for OOBE tests, for
304 True, if the OOBE should be skipped and automation should
306 False, if the OOBE should not be skipped.
3527 """Executes a script in the specified frame of the OOBE WebUI.
3529 By default, execute the script in the top frame of the OOBE window. This
3530 also works for all OOBE pages, including the enterprise enrollment
4197 """Skips OOBE to the login screen.
4199 Assumes that we're at the beginning of OOBE.
4214 """Queries info about the current OOBE screen.
4219 'screen_name': The title of the current OOBE screen as a string.
4228 """Accepts OOBE network screen and advances to the next one.
4230 Assumes that we're already at the OOBE network screen.
4235 'next_screen': The title of the next OOBE screen as a string.
4244 """Accepts OOBE EULA and advances to the next screen.
4246 Assumes that we're already at the OOBE EULA screen.
4255 'next_screen': The title of the next OOBE screen as a string.
4266 """Skips update on OOBE and advances to the next screen.
4271 'next_screen': The title of the next OOBE screen as a string.
4292 'next_screen': The title of the next OOBE screen as a string.