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

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

Issue 12226026: [ChromeDriver] Select the main frame if a non-existant child frame is targeted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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/status.h ('k') | chrome/test/chromedriver/stub_chrome.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/status.cc
diff --git a/chrome/test/chromedriver/status.cc b/chrome/test/chromedriver/status.cc
index 8a81bd98b13b0669fa576955092fbd01612fe4f4..1fc10054bed1bec151e14f43de5dd48dbd3a724e 100644
--- a/chrome/test/chromedriver/status.cc
+++ b/chrome/test/chromedriver/status.cc
@@ -31,6 +31,8 @@ const char* DefaultMessageForStatusCode(StatusCode code) {
return "session not created exception";
case kNoSuchSession:
return "no such session";
+ case kNoSuchFrame:
+ return "no such frame";
case kChromeNotReachable:
return "chrome not reachable";
case kDisconnected:
« no previous file with comments | « chrome/test/chromedriver/status.h ('k') | chrome/test/chromedriver/stub_chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698