Home | History | Annotate | Download | only in pyautolib

Lines Matching defs:Login

217       if self.GetOOBEScreenInfo()['screen_name'] != 'login':
220 # Login with default creds.
224 self.Login(creds[0], creds[1])
243 On ChromeOS, a browser showing the login window is started. Tests can
244 initiate a user session by calling Login() or LoginAsGuest(). Cryptohome
288 '--skip-oauth-login',
289 # Enables injection of test content script for webui login automation
291 # Enable automation provider, chromeos net and chromeos login logs
293 '*/chromeos/login/*=2',
302 to the login screen. Applies only if not logged in already.
309 go to the 'Add user' login screen directly
316 """Determine if we should auto-login on ChromeOS at browser startup.
322 Override and return False to not auto login, for tests where login is part
326 True, if chrome should auto login after startup.
1026 to a browser window. Example: for chromeos login
3008 'origin_url': 'https://www.example.com/login',
3012 'action_target': 'https://www.example.com/login/',
3397 'name': 'login completed',
3535 screen and login page. The invoked javascript function must send a result
4134 """Returns information about login and screen locker state.
4185 ChromeOS login screen. Does not actually create a new account.
4186 Should be displaying the login screen to work.
4197 'Chrome did not reopen the testing channel after login as guest.'
4201 """Skips OOBE to the login screen.
4215 assert result['next_screen'] == 'login', 'Unexpected wizard transition'
4286 Should be called immediately after login.
4306 """Login to chromeos as a guest user.
4309 Should be displaying the login screen to work.
4321 'Chrome did not reopen the testing channel after login as guest.'
4324 def Login(self, username, password, timeout=120 * 1000):
4325 """Login to chromeos.
4328 Should be displaying the login screen to work.
4330 Note that in case of webui auth-extension-based login, gaia auth errors
4357 raise JSONInterfaceError('Login denied by auth server.')
4359 raise JSONInterfaceError('Login failed. Perhaps Chrome crashed, '
4360 'failed to start, or the login flow is '
4729 proxy settings do not persist across browser restarts or login/logout.