| Index: tools/testing/run_selenium.py
|
| ===================================================================
|
| --- tools/testing/run_selenium.py (revision 13749)
|
| +++ tools/testing/run_selenium.py (working copy)
|
| @@ -173,7 +173,7 @@
|
| xpi = os.path.join(script_dir, 'extensions', 'firefox', 'ConsoleCollector.xpi')
|
| profile.add_extension(xpi);
|
| return selenium.webdriver.Firefox(firefox_profile=profile)
|
| - elif browser == 'ie' and platform.system() == 'Windows':
|
| + elif browser == 'ie9' and platform.system() == 'Windows':
|
| return selenium.webdriver.Ie()
|
| elif browser == 'safari' and platform.system() == 'Darwin':
|
| # TODO(efortuna): Ensure our preferences (no pop-up blocking) file is the
|
|
|