Package Details: selenium-server-standalone 3.141.59-1

Git Clone URL: https://aur.archlinux.org/selenium-server-standalone.git (read-only, click to copy)
Package Base: selenium-server-standalone
Description: Test automation server for web applications
Upstream URL: http://seleniumhq.org/
Licenses: Apache
Submitter: sergej
Maintainer: None
Last Packager: sodora
Votes: 52
Popularity: 0.000000
First Submitted: 2010-03-24 18:04 (UTC)
Last Updated: 2019-09-26 12:23 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4

smerik commented on 2012-02-23 16:38 (UTC)

2.19.0 (2012-02-08) is out

timdiels commented on 2011-07-02 09:48 (UTC)

Patched and updated

<deleted-account> commented on 2011-07-02 05:48 (UTC)

A bug in /etc/rc.d/selenium-server prevents server arguments with spaces in /etc/conf.d/selenium-server.conf. Here is the patch: [x@arch ~]$ diff -u /etc/rc.d/selenium-server selenium-server.fixed > selenium-server.patch [x@arch ~]$ cat selenium-server.patch --- /etc/rc.d/selenium-server 2011-07-02 14:42:15.000000000 +0900 +++ selenium-server.fixed 2011-07-02 14:41:10.000000000 +0900 @@ -20,7 +20,7 @@ if [ -z "$PID" ]; then [ -f /var/run/$daemon_name.pid ] && rm -f /var/run/$daemon_name.pid # RUN - su -c 'java -jar /usr/share/selenium-server/selenium-server-standalone.jar '$SELENIUM_SERVER_ARGS' >/dev/null 2>/dev/null &' - $SELENIUM_SERVER_USER + su -c "java -jar /usr/share/selenium-server/selenium-server-standalone.jar $SELENIUM_SERVER_ARGS >/dev/null 2>/dev/null &" - $SELENIUM_SERVER_USER # if [ $? -gt 0 ]; then stat_fail

<deleted-account> commented on 2011-07-02 05:40 (UTC)

When started as daemon using rc.d, and a test is requested, selenium-server-standalone does not start firefox. However, if selenium-server-standalone is started from the shell without using rc.d, firefox is started fine. I wonder if this is a bug specific to arch?

timdiels commented on 2011-01-31 13:07 (UTC)

Adopted, current version should support screenshots :)

sergej commented on 2010-12-16 14:15 (UTC)

orphaned

manouchk commented on 2010-12-16 13:07 (UTC)

MD5sum from 2.0a7 is 4522575474b46cfbf65035cf6d57d2d6

manouchk commented on 2010-12-16 13:06 (UTC)

The package is out-of-date. Newer version is alpha 7. Nevertheless, in both version there is screenshot bug http://code.google.com/p/selenium/issues/detail?id=940 Which was solved only in the trunk on 31th october (r10112) http://code.google.com/p/selenium/source/detail?spec=svn10404&r=10112 Anyone konw how to build selenium-server or selenium-server-standalone from trunk? Would that be possible to prepare a PKGBUILD from svn trunk?

iFSS commented on 2010-10-19 14:58 (UTC)

2.0a6 is out, it's md5sum is 9097bc3e3028cebaa6f5df3b5ac013af - cheers :)