Skip to content

Commit

Permalink
LukeIS: creating 2.21.1 and rolling back focusmanager.testmode set on…
Browse files Browse the repository at this point in the history
… firefox

r16562
  • Loading branch information
lukeis committed Apr 11, 2012
1 parent c5bea4e commit 7e9fe60
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Selenium 2.21.1
* focusmanager.testmode messes with native events, removing it.

Selenium 2.21
* Local File upload capabilities for non-remote browser
* Adding maximize_window api call
Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from selenium import selenium


__version__ = "2.21.0"
__version__ = "2.21.1"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
from common.action_chains import ActionChains
from common.proxy import Proxy

__version__ = '2.21.0'
__version__ = '2.21.1'
1 change: 0 additions & 1 deletion py/selenium/webdriver/firefox/firefox_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class FirefoxProfile(object):
"browser.safebrowsing.malware.enabled": "false",
"startup.homepage_welcome_url": "\"about:blank\"",
"devtools.errorconsole.enabled": "true",
"focusmanager.testmode": "true",
"dom.disable_open_during_load": "false",
"extensions.autoDisableScopes" : 10,
"extensions.logging.enabled": "true",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup_python3():
setup(
cmdclass={'install': install},
name='selenium',
version="2.21.0",
version="2.21.1",
description='Python bindings for Selenium',
long_description=open(join(abspath(dirname(__file__)), "py", "README")).read(),
url='http://code.google.com/p/selenium/',
Expand Down

0 comments on commit 7e9fe60

Please sign in to comment.