Chromium Code Reviews| 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. |