diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-17 23:22:12 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-17 23:22:12 +0000 |
commit | c16548359bbab8ca1adaca4653f092fba4dbcee0 (patch) | |
tree | e76ec5ff9f1a308a488011989a710fcf161a1384 /chrome/test | |
parent | b112298f642b44d190d201a64cdc60963266551a (diff) | |
download | chromium_src-c16548359bbab8ca1adaca4653f092fba4dbcee0.zip chromium_src-c16548359bbab8ca1adaca4653f092fba4dbcee0.tar.gz chromium_src-c16548359bbab8ca1adaca4653f092fba4dbcee0.tar.bz2 |
Omnibox automation should wait for page load after selecting a popup item.
TEST=python chrome/test/functional/omnibox.py omnibox.OmniboxTest.testSelect
Review URL: http://codereview.chromium.org/2136010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/pyautolib/pyauto.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py index a2b7166..fb23190 100644 --- a/chrome/test/pyautolib/pyauto.py +++ b/chrome/test/pyautolib/pyauto.py @@ -319,6 +319,7 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase): """Accepts the current string of text in the omnibox. This is equivalent to clicking or hiting enter on a popup selection. + Blocks until the page loads. Args: windex: the index of the browser window to work on. |