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

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

Issue 2682793002: [chromedriver] Force DevTools screenshots by default. (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/capabilities.cc
diff --git a/chrome/test/chromedriver/capabilities.cc b/chrome/test/chromedriver/capabilities.cc
index 28d42ab5a9a46a4bb7717a9895f7255f3681afe1..240318bf0702dcaeef7764405dee8df676876cb2 100644
--- a/chrome/test/chromedriver/capabilities.cc
+++ b/chrome/test/chromedriver/capabilities.cc
@@ -612,7 +612,7 @@ PerfLoggingPrefs::~PerfLoggingPrefs() {}
Capabilities::Capabilities()
: android_use_running_app(false),
detach(false),
- force_devtools_screenshot(false),
+ force_devtools_screenshot(true),
page_load_strategy(PageLoadStrategy::kNormal),
network_emulation_enabled(false) {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698