| Index: chrome/test/pyautolib/pyauto.py
|
| diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
|
| index 07d07ab9e5037ce545e7cef3e3a6eea652c3fb87..780eeedad3608a37a97318d60dc5d0e2f4403408 100644
|
| --- a/chrome/test/pyautolib/pyauto.py
|
| +++ b/chrome/test/pyautolib/pyauto.py
|
| @@ -1313,7 +1313,7 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
|
| cmd_dict = { # Prepare command for the json interface
|
| 'command': 'GetBrowserInfo',
|
| }
|
| - return self._GetResultFromJSONRequest(cmd_dict)
|
| + return self._GetResultFromJSONRequest(cmd_dict, windex=-1)
|
|
|
| def GetNavigationInfo(self, tab_index=0, windex=0):
|
| """Get info about the navigation state of a given tab.
|
|
|