14
0

Accepting request 298777 from home:Nijel:branches:devel:languages:python

- Update to 2.45.0:
  * Firefox support up to 35, support for native events up to 34.
  * Make Opera driver support also the new Blink based Opera
  * README: Fix the Yahoo example
  * WebElement docstring fixes
  * Add debugger_address option to the ChromeDriver options list to optionally instruct ChromeDriver to wait for the target devtools instance to be started at a given host:ip
  * Set default value for PhantomJS process reference
  * Allow setting of FileDetector for send_keys
  * Pass info to TimeoutException in WebDriverWait
  * Issues Fixed: 8065, 8310, 8539

OBS-URL: https://build.opensuse.org/request/show/298777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=46
This commit is contained in:
Michal Čihař
2015-04-23 11:05:52 +00:00
committed by Git OBS Bridge
parent cbef495628
commit 1dbad016ac
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Apr 23 09:13:15 UTC 2015 - mcihar@suse.cz
- Update to 2.45.0:
* Firefox support up to 35, support for native events up to 34.
* Make Opera driver support also the new Blink based Opera
* README: Fix the Yahoo example
* WebElement docstring fixes
* Add debugger_address option to the ChromeDriver options list to optionally instruct ChromeDriver to wait for the target devtools instance to be started at a given host:ip
* Set default value for PhantomJS process reference
* Allow setting of FileDetector for send_keys
* Pass info to TimeoutException in WebDriverWait
* Issues Fixed: 8065, 8310, 8539
-------------------------------------------------------------------
Thu Sep 11 12:24:55 UTC 2014 - toddrme2178@gmail.com