14
0

- Update to 2.21.1:

* focusmanager.testmode messes with native events, removing it.
- Aditional changes from 2.21:
  * Local File upload capabilities for non-remote browser 
  * Adding maximize_window api call
  * Updating default firefox profile to set focusmanager.testmode to
    true see https://bugzilla.mozilla.org/show_bug.cgi?id=704583
  * bugs fixed: 3506, 3528, 3607

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=27
This commit is contained in:
Alexandre Rogoski
2012-04-12 01:52:02 +00:00
committed by Git OBS Bridge
parent f53469b038
commit 48a68bbc38
4 changed files with 23 additions and 12 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 12 01:44:29 UTC 2012 - alexandre@exatati.com.br
- Update to 2.21.1:
* focusmanager.testmode messes with native events, removing it.
- Aditional changes from 2.21:
* Local File upload capabilities for non-remote browser
* Adding maximize_window api call
* Updating default firefox profile to set focusmanager.testmode to
true see https://bugzilla.mozilla.org/show_bug.cgi?id=704583
* bugs fixed: 3506, 3528, 3607
-------------------------------------------------------------------
Tue Apr 10 12:53:38 UTC 2012 - saschpe@suse.de