Index: chrome/test/pyautolib/pyauto.py |
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py |
index 8a4bb6010e77f5c054464e3a964992c7ad9eeda8..8e0324e23bb937180bf2ddc1aa543ef1e338583b 100644 |
--- a/chrome/test/pyautolib/pyauto.py |
+++ b/chrome/test/pyautolib/pyauto.py |
@@ -1378,6 +1378,7 @@ class Main(object): |
# TODO(nirnimesh): Figure out a way to control this from here on Win too. |
if PyUITest.IsPosix(): |
chrome_flags += ' --enable-crash-reporter' |
+ chrome_flags += ' --dom-automation' |
John Grabowski
2010/08/03 06:42:45
add comment explaining what this does; unlike --en
Dirk Pranke
2010/08/04 21:44:12
Done.
|
if chrome_flags: |
suite_args.append('--extra-chrome-flags=%s' % chrome_flags) |
pyauto_suite = PyUITestSuite(suite_args) |