Searched defs:AutomationCommandTimeout (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto_errors.py25 class AutomationCommandTimeout(JSONInterfaceError): class in inherits:JSONInterfaceError
H A Dpyauto.py88 from pyauto_errors import AutomationCommandTimeout namespace
1082 raise AutomationCommandTimeout(ret_dict['error'])

Completed in 94 milliseconds