forked from pool/python-selenium
Accepting request 568789 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/568789 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=60
This commit is contained in:
committed by
Git OBS Bridge
parent
50e8992dd9
commit
170b513c46
@@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 18 06:10:55 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
|
||||||
|
- update to version 3.8.1:
|
||||||
|
* Fix bug when creating an Opera driver (#5266)
|
||||||
|
* Stop sending sessionId in w3c payload. (#4620)
|
||||||
|
* Fix issue with w3c actions releasing on element (#5180)
|
||||||
|
* A more descriptive log message is displayed if the port cannot be
|
||||||
|
connected (#2913)
|
||||||
|
* Initialize Alert object by calling alert.text (#1863)
|
||||||
|
* PhantomJS is now deprecated, please use either Chrome or Firefox
|
||||||
|
in headless mode
|
||||||
|
* Legacy Firefox driver: ensuring copy of profile dir, its
|
||||||
|
'extensions' subdir and 'user.js' file are writable. (#1466)
|
||||||
|
|
||||||
|
- changes from version 3.8.0:
|
||||||
|
* Firefox options can now be imported from selenium.webdriver as
|
||||||
|
FirefoxOptions (#5120)
|
||||||
|
* Headless mode can now be set in Chrome Options using
|
||||||
|
`set_headless`
|
||||||
|
* Headless mode can now be set in Firefox Options using
|
||||||
|
`set_headless`
|
||||||
|
* Add the WebKitGTK WebDriver and options class (#4635)
|
||||||
|
* Browser options can now be passed to remote WebDriver via the
|
||||||
|
`options` parameter
|
||||||
|
* Browser option parameters are now standardized across drivers as
|
||||||
|
`options`. `firefox_options`, `chrome_options`, and `ie_options`
|
||||||
|
are now deprecated
|
||||||
|
* Added missing W3C Error Codes (#4556)
|
||||||
|
* Support has been removed for Python versions 2.6 and 3.3
|
||||||
|
|
||||||
|
- changes from version 3.7.0:
|
||||||
|
* need to pass applicable environment variables to tox
|
||||||
|
* Fix active_element for w3c drivers (#3979)
|
||||||
|
* add support for minimize command
|
||||||
|
* add support for fullscreen command
|
||||||
|
* window rect commands should fail on firefox and remote (legacy)
|
||||||
|
* Fix python backward compatibility for window commands (#4937)
|
||||||
|
* Update docstrings to specify the type of path needed to install
|
||||||
|
firefox addons. (#4881)
|
||||||
|
* Update python chromeOptions key for capabilities (#4622)
|
||||||
|
* Fix python pause action implementation (#4795)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 8 09:13:11 UTC 2017 - jengelh@inai.de
|
Sun Oct 8 09:13:11 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-selenium
|
# spec file for package python-selenium
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-selenium
|
Name: python-selenium
|
||||||
Version: 3.6.0
|
Version: 3.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for Selenium
|
Summary: Python bindings for Selenium
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9563021c5cba084041e13c218eb531d9c6920dcfa0ba1024bb5bf2b6c0df1797
|
|
||||||
size 833548
|
|
3
selenium-3.8.1.tar.gz
Normal file
3
selenium-3.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9abd2dbd4a5e9b778483ce7e5adf1ea9364fcbc29da488e979213c825a1515d3
|
||||||
|
size 849407
|
Reference in New Issue
Block a user