14
0

Accepting request 186469 from home:dirkmueller:branches:devel:languages:python

- update to 2.34.0:
 * Corrected webdriverbackedselenium session handling.
 * Corrected use of basestring for python 3.
 * Support for Firefox 22
 * Added support for logging from the browser
 * corrected proxy handling on FirefoxProfile
 * Corrected handling of chrome extensions. Fixes issue 5762
 * getText() ignores elements in the <head>
 * Adding both official and informal string representations to Color object.
 * Replace distutils.dir_util by shutil
 * Allow finding firefox binary at ProgramFiles(x86) on windows(64 bit)
 *  Py3 compatible winreg import and content-type access

OBS-URL: https://build.opensuse.org/request/show/186469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=41
This commit is contained in:
Sascha Peilicke
2013-08-09 08:24:36 +00:00
committed by Git OBS Bridge
parent 35ef5c84f8
commit 348467fb26
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Aug 8 20:41:58 UTC 2013 - dmueller@suse.com
- update to 2.34.0:
* Corrected webdriverbackedselenium session handling.
* Corrected use of basestring for python 3.
* Support for Firefox 22
* Added support for logging from the browser
* corrected proxy handling on FirefoxProfile
* Corrected handling of chrome extensions. Fixes issue 5762
* getText() ignores elements in the <head>
* Adding both official and informal string representations to Color object.
* Replace distutils.dir_util by shutil
* Allow finding firefox binary at ProgramFiles(x86) on windows(64 bit)
* Py3 compatible winreg import and content-type access
-------------------------------------------------------------------
Mon Apr 29 11:31:01 UTC 2013 - dmueller@suse.com