forked from pool/python-selenium
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:
committed by
Git OBS Bridge
parent
cbef495628
commit
1dbad016ac
@@ -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
|
Thu Sep 11 12:24:55 UTC 2014 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-selenium
|
# spec file for package python-selenium
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -11,12 +11,13 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
#
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-selenium
|
Name: python-selenium
|
||||||
Version: 2.43.0
|
Version: 2.45.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
|
||||||
@@ -25,8 +26,8 @@ Group: Development/Languages/Python
|
|||||||
Source: https://pypi.python.org/packages/source/s/selenium/selenium-%{version}.tar.gz
|
Source: https://pypi.python.org/packages/source/s/selenium/selenium-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
|
||||||
BuildRequires: python-rdflib
|
BuildRequires: python-rdflib
|
||||||
|
BuildRequires: python-setuptools
|
||||||
Requires: python-rdflib
|
Requires: python-rdflib
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a2182991852f2181fa7c1cbd191e5e85addde115109ff88d074d39b2579944e
|
|
||||||
size 2564632
|
|
3
selenium-2.45.0.tar.gz
Normal file
3
selenium-2.45.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72394ce72928c87d36501a75fcc535737d16654fefd6c216c315158294bcc126
|
||||||
|
size 2622200
|
Reference in New Issue
Block a user