14
0

Accepting request 208057 from home:posophe:branches:devel:languages:python

update

OBS-URL: https://build.opensuse.org/request/show/208057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=43
This commit is contained in:
Denisart Benjamin
2013-11-23 18:08:13 +00:00
committed by Git OBS Bridge
parent a4153a1fe7
commit 7f2d30ec77
4 changed files with 34 additions and 7 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Nov 19 20:02:53 UTC 2013 - p.drouand@gmail.com
- Update to version 2.37.2
+ fix regression added with unicode fix
+ Bug fix #6360
- Changes from 2.37.1
+ fix find_elements on webelement using unicode locators and py 2.7
- Changes from 2.37
+ repackage with fix for Firefox native events on Linux
+ fix issue with unicode By locators w/ python 2.7 #6430
- Changes from 2.36
+ Added Safari WebDriver. Fixes issue 5352.
+ fix platform for safari caps
+ Convert all offsets/coordinates/speeds into integers
+ Fix drag and drop by offset behaviour
+ Fix initialization of Proxy by capabilities when proxyType is set
+ Enable SOCKS proxy support
+ Validation of passed locator for find_element(s) methods #5690
+ Adding support for /status, /sessions commands
+ Doc fixes
+ ability to set Chrome extensions by using base64 encoded strings #4013
+ fix logic regarding Select.select_by_visible_text #3910
+ Bugs fixed: #6165, #6231
- Add CHANGES to documentation included in package
- Use download Url as source
-------------------------------------------------------------------
Tue Aug 13 10:13:37 UTC 2013 - dmueller@suse.com