14
0

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

Update to version 2.42.1

OBS-URL: https://build.opensuse.org/request/show/243754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=44
This commit is contained in:
Todd R
2014-08-06 09:28:55 +00:00
committed by Git OBS Bridge
parent 7f2d30ec77
commit fa9a61e5b2
4 changed files with 51 additions and 5 deletions

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Wed Aug 6 09:22:55 UTC 2014 - toddrme2178@gmail.com
- Update to version 2.42.1
* Fixed Py3 issues
* Make firefox_binary.py and firefox_profile.py not executable
* Make exceptions Python 3 compatible
- Update to version 2.42
* Support for Firefox 29 Native Events
* "remote_url" and "remote_browser" parameters for "./go test_remote".
* missing __init__ in new android module
* issue #7304 Fix memory leak caused by __del__ in PhantomJS
* File upload using remotedriver on python3
* Updating xpi install to align with mozprofile
* command_executor should also support unicode strings as well.
- Update to version 2.41
* Support for Firefox 28
* deprecating switch_to_* in favour of driver.switch_to.*
- Update to version 2.40
* Support for Firefox 27
* Fixes related to http connection
* Fix for phantomjs running on windows #6736
- Update to version 2.39
* Support for Firefox 26
- Update to version 2.38.4
* keep-alive can't be used for phantomjs / IE, fix for that and tested for py3 :)
- Update to version 2.38.3
* really supporting py3 :)
- Update to version 2.38.2
* py3 support (once again)
- Update to version 2.38.1
* fix packaging problem where firefox/webdriver_prefs.json was missing
- Update to version 2.38
* Support for Firefox 25
* FirefoxProfile now using common webdriver.json instead of having our own copy in py
* Set proper 'Accept' request header so that Python bindings work with some old WebDriver implementations that reply 404 to requests with no 'Accept' set.
* handle redirect response explicitly (since switching to using keep-alive)
* phantomjs service needs to really kill the spawned process Issue #5921
* removing old api endpoints from command listing
* using keep-alive for remote connection
* adjusting phantomjs subprocess.Popen
* ActionsChains.send_keys should use <session>/keys endpoint Issue #6348
* fix TypeError in chrome_options.extensions for Python3.x
* Other Bugs Fixed: #6531, #6513, #4569, #6454
-------------------------------------------------------------------
Tue Nov 19 20:02:53 UTC 2013 - p.drouand@gmail.com