Home | History | Annotate | Download | only in pyautolib

Lines Matching full:oobe

299     """Determine if we should skip the OOBE flow on ChromeOS.
301 This makes automation skip the OOBE flow during setUp() and land directly
304 Override and return False if OOBE flow is required, for OOBE tests, for
308 True, if the OOBE should be skipped and automation should
310 False, if the OOBE should not be skipped.
3531 """Executes a script in the specified frame of the OOBE WebUI.
3533 By default, execute the script in the top frame of the OOBE window. This
3534 also works for all OOBE pages, including the enterprise enrollment
4201 """Skips OOBE to the login screen.
4203 Assumes that we're at the beginning of OOBE.
4218 """Queries info about the current OOBE screen.
4223 'screen_name': The title of the current OOBE screen as a string.
4232 """Accepts OOBE network screen and advances to the next one.
4234 Assumes that we're already at the OOBE network screen.
4239 'next_screen': The title of the next OOBE screen as a string.
4248 """Accepts OOBE EULA and advances to the next screen.
4250 Assumes that we're already at the OOBE EULA screen.
4259 'next_screen': The title of the next OOBE screen as a string.
4270 """Skips update on OOBE and advances to the next screen.
4275 'next_screen': The title of the next OOBE screen as a string.
4296 'next_screen': The title of the next OOBE screen as a string.