14
0

Accepting request 427035 from home:aplanas:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/427035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=50
This commit is contained in:
2016-09-14 12:40:41 +00:00
committed by Git OBS Bridge
parent 6c26e5f6a4
commit 5a268e7d51
4 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Sep 12 14:26:01 UTC 2016 - aplanas@suse.com
- Update to Selenium 2.53.0 (2.53.6 in Pypi)
* Adding Options object for use with Python FirefoxDriver
* Fixed improper usage of super in exceptions module
* create a temp file for cookies in phantomjs if not specified
* Pass in the executable that FirefoxBinary finds to the service
if there isnt one passed in as a kwarg or capability
* Applied some DRY and extracted out the keys_to_typing()
* Fix deselecting options in <select>
- Changes from Selenium 2.52.0
* Fixing case where UnexpectedAlertException doesn't get the
alert_text in the error object
* Firefox: Actually use launch_browser timeout Fixes #1300
- Changes from Selenium 2.51.1
* correcting bundling issue missing README.rst file
- Changes from Selenium 2.51.0
* Firefox updates (see java changelog)
-------------------------------------------------------------------
Tue Feb 2 11:00:54 UTC 2016 - dmacvicar@suse.de