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

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

Issue 11884058: [chromedriver] Implement commands: findChildElement, findChildElements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 11 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/run_py_tests.py ('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 e77268a5ee3515f0ee784195aa42cf07bdeceff4..25cb4ff8ca1f3ab2685728698c6bbe36d2662f21 100644
--- a/chrome/test/chromedriver/status.h
+++ b/chrome/test/chromedriver/status.h
@@ -12,6 +12,7 @@ enum StatusCode {
kOk = 0,
kNoSuchElement = 7,
kUnknownCommand = 9,
+ kStaleElementReference = 10,
kUnknownError = 13,
kXPathLookupError = 19,
kInvalidSelector = 32,
« no previous file with comments | « chrome/test/chromedriver/run_py_tests.py ('k') | chrome/test/chromedriver/status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698