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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 7634031: Let pyauto create an attached webdriver instance to manipulate web pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot to re-add the previously added files 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
Index: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index 25f688a83f66045c071f706b6dfccf0c62a37854..3785fc4d7046eaa668a3fd479a8c08655109ee58 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -63,6 +63,7 @@
'plugins_check',
'popups',
'prefs',
+ 'pyauto_webdriver',
'search_engines',
'shortcuts',
'special_tabs',
@@ -194,6 +195,9 @@
'-omnibox.OmniboxTest.testOmniboxSearchHistory',
# Keychain popups make autofill/password tests difficult: crbug.com/49378
'-passwords',
+ # WebDriver requires python 2.6, which mac pyauto does not use yet.
+ # crbug.com/49379
+ '-pyauto_webdriver',
# crbug.com/79263
'-popups.PopupsTest.testPopupsLaunchUponBrowserBackButton',
# crbug.com/69619

Powered by Google App Engine
This is Rietveld 408576698