forked from pool/python-selenium
Accepting request 248625 from home:TheBlackCat:branches:devel:languages:python
Update to version 2.43 OBS-URL: https://build.opensuse.org/request/show/248625 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=45
This commit is contained in:
@@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 11 12:24:55 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.43
|
||||||
|
* Expand WebElement.get_attribute API docs
|
||||||
|
* firefox may be installed without admininstrator privileges
|
||||||
|
and therefore there may be no HKEY_LOCAL_MACHINE entry.
|
||||||
|
Issue #7784
|
||||||
|
* UnexpectedAlertPresentException should contain the alert text
|
||||||
|
in python too. Issue #7745
|
||||||
|
* don't mutate the global 'ignored exceptions', take a copy of
|
||||||
|
the globally specified ones, change the global to be a tuple
|
||||||
|
instead. Issue #7725
|
||||||
|
* raise exception when the firefox binary isn't actually found,
|
||||||
|
which usually implies the upgrade failed (on windows)
|
||||||
|
Issue #6092 ,#6847
|
||||||
|
* Fixing NameError: global name 'options' is not defined.
|
||||||
|
* Remove unused import subprocess.PIPE
|
||||||
|
* Redirect Firefox output to /dev/null by default
|
||||||
|
Fixes Issue #7677
|
||||||
|
* More flexible management of http timeouts in Selenium RC python
|
||||||
|
client
|
||||||
|
* Generate Python API docs for selenium.webdriver.chrome.options.
|
||||||
|
Fixes issue #7471
|
||||||
|
* Use 127.0.0.1 as localhost name resolving might fail on some
|
||||||
|
systems
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 6 09:22:55 UTC 2014 - toddrme2178@gmail.com
|
Wed Aug 6 09:22:55 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: python-selenium
|
Name: python-selenium
|
||||||
Version: 2.42.1
|
Version: 2.43.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://code.google.com/p/selenium/
|
Url: http://code.google.com/p/selenium/
|
||||||
Summary: Python bindings for Selenium
|
Summary: Python bindings for Selenium
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96ea31c628f1d908572422c7caba074efba86422005a6d43fd55428d20f960c6
|
|
||||||
size 2512942
|
|
3
selenium-2.43.0.tar.gz
Normal file
3
selenium-2.43.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a2182991852f2181fa7c1cbd191e5e85addde115109ff88d074d39b2579944e
|
||||||
|
size 2564632
|
Reference in New Issue
Block a user