pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-selenium-webdriver www/ruby-selenium-webdrive...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8913f5504b18
branches: trunk
changeset: 318165:8913f5504b18
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jan 20 14:59:32 2019 +0000
description:
www/ruby-selenium-webdriver: update to 3.141.0
3.141.0 (2018-10-31)
====================
Edge:
* Added new Edge::Options class that should be used to customize browser
behavior. The instance of options class can be passed to driver
initialization using :options key. Please, note that using options require
insiders builds of Edge.
Chrome:
* Included HasLocation to Chrome driver (thanks @sidonath).
* Updated endpoint to send Chrome Debugging Protocol commands. The old one
has been deprecated in ChromeDriver 40.
Safari:
* Added new Safari::Options class that should be used to customize browser
behavior. The instance of options class can be passed to driver
initialization using :options key. Please, note that using options require
Safari 12+.
Remote:
* Allow passing Options instances to remote driver initialization using
:options key. This feature allows to use browser-specific options classes
(Chrome::Options, Firefox::Options, etc.) and pass them to Server/Grid
instead of capabilities.
diffstat:
www/ruby-selenium-webdriver/Makefile | 8 ++++----
www/ruby-selenium-webdriver/PLIST | 5 ++++-
www/ruby-selenium-webdriver/distinfo | 10 +++++-----
3 files changed, 13 insertions(+), 10 deletions(-)
diffs (71 lines):
diff -r 6e1eea273ee4 -r 8913f5504b18 www/ruby-selenium-webdriver/Makefile
--- a/www/ruby-selenium-webdriver/Makefile Sun Jan 20 14:49:44 2019 +0000
+++ b/www/ruby-selenium-webdriver/Makefile Sun Jan 20 14:59:32 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/09/23 17:00:06 taca Exp $
+# $NetBSD: Makefile,v 1.11 2019/01/20 14:59:32 taca Exp $
-DISTNAME= selenium-webdriver-3.14.0
+DISTNAME= selenium-webdriver-3.141.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= ruby www
@@ -9,8 +9,8 @@
COMMENT= Tool for writing automated tests of websites
LICENSE= apache-2.0
-DEPENDS+= ${RUBY_PKGPREFIX}-childprocess>=0.5.0:../../sysutils/ruby-childprocess
-DEPENDS+= ${RUBY_PKGPREFIX}-zip>=1.2<2.0:../../archivers/ruby-zip
+DEPENDS+= ${RUBY_PKGPREFIX}-childprocess>=0.5:../../sysutils/ruby-childprocess
+DEPENDS+= ${RUBY_PKGPREFIX}-zip>=1.2.2<2.0:../../archivers/ruby-zip
USE_LANGUAGES= # none
diff -r 6e1eea273ee4 -r 8913f5504b18 www/ruby-selenium-webdriver/PLIST
--- a/www/ruby-selenium-webdriver/PLIST Sun Jan 20 14:49:44 2019 +0000
+++ b/www/ruby-selenium-webdriver/PLIST Sun Jan 20 14:59:32 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/09/23 17:00:06 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/01/20 14:59:32 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGES
${GEM_LIBDIR}/Gemfile
@@ -9,6 +9,7 @@
${GEM_LIBDIR}/lib/selenium/webdriver.rb
${GEM_LIBDIR}/lib/selenium/webdriver/atoms.rb
${GEM_LIBDIR}/lib/selenium/webdriver/atoms/getAttribute.js
+${GEM_LIBDIR}/lib/selenium/webdriver/atoms/isDisplayed.js
${GEM_LIBDIR}/lib/selenium/webdriver/chrome.rb
${GEM_LIBDIR}/lib/selenium/webdriver/chrome/bridge.rb
${GEM_LIBDIR}/lib/selenium/webdriver/chrome/driver.rb
@@ -76,6 +77,7 @@
${GEM_LIBDIR}/lib/selenium/webdriver/edge.rb
${GEM_LIBDIR}/lib/selenium/webdriver/edge/bridge.rb
${GEM_LIBDIR}/lib/selenium/webdriver/edge/driver.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/edge/options.rb
${GEM_LIBDIR}/lib/selenium/webdriver/edge/service.rb
${GEM_LIBDIR}/lib/selenium/webdriver/firefox.rb
${GEM_LIBDIR}/lib/selenium/webdriver/firefox/binary.rb
@@ -114,6 +116,7 @@
${GEM_LIBDIR}/lib/selenium/webdriver/safari.rb
${GEM_LIBDIR}/lib/selenium/webdriver/safari/bridge.rb
${GEM_LIBDIR}/lib/selenium/webdriver/safari/driver.rb
+${GEM_LIBDIR}/lib/selenium/webdriver/safari/options.rb
${GEM_LIBDIR}/lib/selenium/webdriver/safari/service.rb
${GEM_LIBDIR}/lib/selenium/webdriver/support.rb
${GEM_LIBDIR}/lib/selenium/webdriver/support/abstract_event_listener.rb
diff -r 6e1eea273ee4 -r 8913f5504b18 www/ruby-selenium-webdriver/distinfo
--- a/www/ruby-selenium-webdriver/distinfo Sun Jan 20 14:49:44 2019 +0000
+++ b/www/ruby-selenium-webdriver/distinfo Sun Jan 20 14:59:32 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/09/23 17:00:06 taca Exp $
+$NetBSD: distinfo,v 1.7 2019/01/20 14:59:32 taca Exp $
-SHA1 (selenium-webdriver-3.14.0.gem) = 812d6c8c0c5e943fcbf08cd8c0f9c82e31f11a92
-RMD160 (selenium-webdriver-3.14.0.gem) = 3ab4a347ca7080a934928c1f960e8f8df1060db1
-SHA512 (selenium-webdriver-3.14.0.gem) = 81600fbc8c033e649127c21721431d7c60f17a729f21012355d4e6b866eaa22324514e813b94e9677c49f313f00afaced205fddee14756eb2fa3f1ee68cd992c
-Size (selenium-webdriver-3.14.0.gem) = 844288 bytes
+SHA1 (selenium-webdriver-3.141.0.gem) = 9ab8577079b07d12a1d6a0aa2e316d96e8a70374
+RMD160 (selenium-webdriver-3.141.0.gem) = ae3eac0406a4df813bf2de54e5d4d38f853427ee
+SHA512 (selenium-webdriver-3.141.0.gem) = 08dec20408be5ca7c3807b803ecac505ae7487332b6e1c4d9b8e0f82a99bc502873752c0e10e8bfe3770ad70e7fe30b929b165bd3b0012478e60a7a5a603b32d
+Size (selenium-webdriver-3.141.0.gem) = 862208 bytes
Home |
Main Index |
Thread Index |
Old Index