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

Unified Diff: chrome/test/functional/content.py

Issue 10836015: Convert more automation calls to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some failing tests. Created 8 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
« no previous file with comments | « chrome/test/automation/browser_proxy.cc ('k') | chrome/test/functional/multiprofile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/content.py
diff --git a/chrome/test/functional/content.py b/chrome/test/functional/content.py
index b56038e4b91806b698a3ed9f8aa92c5afde89a9b..bac5f25012223dd451886ad1bd32233b7f40c8bb 100755
--- a/chrome/test/functional/content.py
+++ b/chrome/test/functional/content.py
@@ -58,7 +58,7 @@ class ContentTest(pyauto.PyUITest):
self.NavigateToURL(self._DataDirURL('title1.html'))
for (window_index, url) in ((1, 'title2.html'), (2, 'title3.html')):
self.OpenNewBrowserWindow(True)
- self.GetBrowserWindow(window_index).BringToFront()
+ self.BringBrowserToFront(window_index)
self.NavigateToURL(self._DataDirURL(url), window_index, 0)
test_utils.StringContentCheck(self, self.GetTabContents(0, 0),
« no previous file with comments | « chrome/test/automation/browser_proxy.cc ('k') | chrome/test/functional/multiprofile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698