14
0

Accepting request 248625 from home:TheBlackCat:branches:devel:languages:python

Update to version 2.43

OBS-URL: https://build.opensuse.org/request/show/248625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=45
This commit is contained in:
Todd R
2014-09-11 15:13:03 +00:00
committed by Git OBS Bridge
parent fa9a61e5b2
commit cbef495628
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Sep 11 12:24:55 UTC 2014 - toddrme2178@gmail.com
- Update to version 2.43
* Expand WebElement.get_attribute API docs
* firefox may be installed without admininstrator privileges
and therefore there may be no HKEY_LOCAL_MACHINE entry.
Issue #7784
* UnexpectedAlertPresentException should contain the alert text
in python too. Issue #7745
* don't mutate the global 'ignored exceptions', take a copy of
the globally specified ones, change the global to be a tuple
instead. Issue #7725
* raise exception when the firefox binary isn't actually found,
which usually implies the upgrade failed (on windows)
Issue #6092 ,#6847
* Fixing NameError: global name 'options' is not defined.
* Remove unused import subprocess.PIPE
* Redirect Firefox output to /dev/null by default
Fixes Issue #7677
* More flexible management of http timeouts in Selenium RC python
client
* Generate Python API docs for selenium.webdriver.chrome.options.
Fixes issue #7471
* Use 127.0.0.1 as localhost name resolving might fail on some
systems
-------------------------------------------------------------------
Wed Aug 6 09:22:55 UTC 2014 - toddrme2178@gmail.com