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

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

Issue 2125123002: [chromedriver] Add page loading strategy to capabilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed merge conflicts Created 4 years, 5 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/chromedriver/capabilities.h
diff --git a/chrome/test/chromedriver/capabilities.h b/chrome/test/chromedriver/capabilities.h
index c11bd4bf0c6840de5f0af1588ead892077085d6d..ebdd4f61251a1fd4caee36a9394f3ff4c72088a9 100644
--- a/chrome/test/chromedriver/capabilities.h
+++ b/chrome/test/chromedriver/capabilities.h
@@ -142,6 +142,8 @@ struct Capabilities {
// If set, enable minidump for chrome crashes and save to this directory.
std::string minidump_path;
+ std::string page_loading;
samuong 2016/07/25 22:44:33 let's call this "page_load_strategy" to be consist
evajiang 2016/07/28 17:15:03 Done.
+
bool network_emulation_enabled;
PerfLoggingPrefs perf_logging_prefs;

Powered by Google App Engine
This is Rietveld 408576698