14
0

- Update to 2.25.0:

* Jython 2.7 Support - Bug 3988
  * EventFiringWebDriver added to Support module - Bug 2267
  * Added IEDriverServer logging that can be accessed via desired
    capabilities
  * Fixed by data being passed into find_elements - bug 3735
  * Removed deprecated ChromeDriver items around desiredcapabilites
    in favour of chrome options
  * Added default values for a number of action_chains calls
- Aditional changes from 2.24:
  * Removing the ctypes approach of invoking IEDriver, you will need
    to download the IEDriverServer from
    https://code.google.com/p/selenium/downloads/list
- Aditional changes from 2.23:
  * Support for FF13 native events

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=31
This commit is contained in:
Alexandre Rogoski
2012-07-19 11:49:20 +00:00
committed by Git OBS Bridge
parent 895f02c8f9
commit 06976f7750
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jul 19 11:42:08 UTC 2012 - alexandre@exatati.com.br
- Update to 2.25.0:
* Jython 2.7 Support - Bug 3988
* EventFiringWebDriver added to Support module - Bug 2267
* Added IEDriverServer logging that can be accessed via desired
capabilities
* Fixed by data being passed into find_elements - bug 3735
* Removed deprecated ChromeDriver items around desiredcapabilites
in favour of chrome options
* Added default values for a number of action_chains calls
- Aditional changes from 2.24:
* Removing the ctypes approach of invoking IEDriver, you will need
to download the IEDriverServer from
https://code.google.com/p/selenium/downloads/list
- Aditional changes from 2.23:
* Support for FF13 native events
-------------------------------------------------------------------
Tue May 29 18:22:53 UTC 2012 - alexandre@exatati.com.br