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

Unified Diff: chrome/test/webdriver/commands/implicit_wait_command.cc

Issue 5572001: Send screenshots back to the client for debugging (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fixed nit Created 9 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
Index: chrome/test/webdriver/commands/implicit_wait_command.cc
diff --git a/chrome/test/webdriver/commands/implicit_wait_command.cc b/chrome/test/webdriver/commands/implicit_wait_command.cc
index 484f53d3ce7290a16d323cbd64b9e87ba1dcabc3..75df44c73512ebad42057d073235249c4855adfb 100644
--- a/chrome/test/webdriver/commands/implicit_wait_command.cc
+++ b/chrome/test/webdriver/commands/implicit_wait_command.cc
@@ -52,7 +52,7 @@ void ImplicitWaitCommand::ExecutePost(Response* const response) {
return;
}
- session_->set_implicit_wait(ms_to_wait);
+ session_->SetImplicitWait(ms_to_wait);
LOG(INFO) << "Implicit wait set to: " << ms_to_wait << " ms";
response->SetValue(new StringValue("success"));

Powered by Google App Engine
This is Rietveld 408576698