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

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 comments. 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
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,
chrisgao (Use stgao instead) 2013/03/08 21:06:25 According to line 330 in https://code.google.com/p
kInvalidSelector = 32,
kSessionNotCreatedException = 33,
// Chrome-specific status codes.

Powered by Google App Engine
This is Rietveld 408576698