8
0

Accepting request 709601 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/709601
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=32
This commit is contained in:
2019-06-14 09:00:36 +00:00
committed by Git OBS Bridge
parent 59890b1300
commit 7cdc385bfb
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0104e02a1575569dc1c9b094caddbd15723df5f183fde1d4db82102d6f8ec6cb
size 4194928

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f523b366af39521580d365121b3a9d311181d8f133122ef2431a598974bc6f22
size 4195821

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jun 13 05:33:57 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.32
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.32 06-12-2019 TEODESIAN
[New Features]
- Add support for mozilla full pags screenshots
[BUG FIXES]
- Fix typo in WebElement drag() talking to action chains module. No wonder that didn't work
- Don't auto-da-fe on Macos when shutting down the binary in direct drivers
-------------------------------------------------------------------
Wed Jan 23 13:25:11 UTC 2019 - Marius Kittler <marius.kittler@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-Selenium-Remote-Driver
Version: 1.31
Version: 1.32
Release: 0
%define cpan_name Selenium-Remote-Driver
Summary: Perl Client for Selenium Remote Driver
@@ -71,7 +71,9 @@ Requires: perl(Try::Tiny)
Requires: perl(XML::Simple)
Requires: perl(namespace::clean)
%{perl_requires}
# MANUAL BEGIN
Requires: lsof
# MANUAL END
%description
Selenium is a test tool that allows you to write automated web application
@@ -80,7 +82,7 @@ mainstream JavaScript-enabled browser. This module is an implementation of
the client for the Remote driver that Selenium provides. You can find
bindings for other languages at this location:
http://code.google.com/p/selenium/
https://www.seleniumhq.org/download/
This module sends commands directly to the Server using HTTP. Using this
module together with the Selenium Server, you can automatically control any