Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Unified Diff: chrome/test/chromedriver/status.h

Issue 12675002: [chromedriver] Implement command: executeAsyncScript and setScriptTimeout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address +5000 timeout problem. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/chromedriver/session_commands.cc ('k') | chrome/test/chromedriver/status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/status.h
diff --git a/chrome/test/chromedriver/status.h b/chrome/test/chromedriver/status.h
index 20dee35f4f33ae9df06fa877357312c7fdcd0222..3ba7ee5a732cd4746c1efd78d386317ee6816805 100644
--- a/chrome/test/chromedriver/status.h
+++ b/chrome/test/chromedriver/status.h
@@ -16,11 +16,13 @@ enum StatusCode {
kElementNotVisible = 11,
kInvalidElementState = 12,
kUnknownError = 13,
+ kJavaScriptError = 17,
kXPathLookupError = 19,
kNoSuchWindow = 23,
kInvalidCookieDomain = 24,
kUnexpectedAlertOpen = 26,
kNoAlertOpen = 27,
+ kScriptTimeout = 28,
kInvalidSelector = 32,
kSessionNotCreatedException = 33,
// Chrome-specific status codes.
« no previous file with comments | « chrome/test/chromedriver/session_commands.cc ('k') | chrome/test/chromedriver/status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698