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

Unified Diff: chrome/test/webdriver/webdriver_session.h

Issue 7648053: [chromedriver] Add chrome.detach option for configuring Chrome not to quit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win compile issue Created 9 years, 4 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/webdriver/webdriver_error.cc ('k') | chrome/test/webdriver/webdriver_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/webdriver_session.h
diff --git a/chrome/test/webdriver/webdriver_session.h b/chrome/test/webdriver/webdriver_session.h
index 10e158cc76d48ef211bad9ed84e51e60ede82b2b..7c2f6b632f40ce7f24b8e50e214697e34775fca2 100644
--- a/chrome/test/webdriver/webdriver_session.h
+++ b/chrome/test/webdriver/webdriver_session.h
@@ -77,10 +77,12 @@ class Session {
// itself and return an error code.
Error* Init(const Automation::BrowserOptions& options);
- // Should be called before executing a command. Performs necessary waits
- // and frame switching.
+ // Should be called before executing a command.
Error* BeforeExecuteCommand();
+ // Should be called after executing a command.
+ Error* AfterExecuteCommand();
+
// Terminates this session and deletes itself.
void Terminate();
« no previous file with comments | « chrome/test/webdriver/webdriver_error.cc ('k') | chrome/test/webdriver/webdriver_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698