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

1 2 3 4 Next › Last »

sodora commented on 2017-06-18 10:51 (UTC)

@manouchk Which version of Java you are using? This package requires 'java-runtime>=8'. I think you have installed the correct Java version, but you are using the mismatch version. Please refer to https://stackoverflow.com/questions/22489398/unsupported-major-minor-version-52-0

manouchk commented on 2017-06-16 15:17 (UTC) (edited on 2017-06-16 15:17 (UTC) by manouchk)

when running: java -jar /usr/share/selenium-server/selenium-server-standalone.jar I get: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/openqa/grid/selenium/GridLauncherV3 : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:803) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) at java.net.URLClassLoader.access$100(URLClassLoader.java:64) at java.net.URLClassLoader$1.run(URLClassLoader.java:354) at java.net.URLClassLoader$1.run(URLClassLoader.java:348) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:347) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482) A very similar problem than the one reported by grimsock in 2016-09-12

Triodes commented on 2017-04-11 11:42 (UTC)

I also do not need to have the server running at all times. So I also opt for removing the .desktop from /etc/xdg/autostart

sodora commented on 2016-09-18 02:10 (UTC)

@grimsock, Thank you for reporting this issue. I'd updated the dependencies. This package requires 'java-runtime>=8' now.

grimsock commented on 2016-09-12 08:36 (UTC)

When java -jar /usr/share/selenium-server/selenium-server-standalone.jar I got this error: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/openqa/grid/selenium/GridLauncherV3 : Unsupported major.minor version 52.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:803) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

BrunoSpy commented on 2016-08-31 14:55 (UTC)

Could you please remove Selenium.desktop from /etc/xdg/autostart ? I think many of us do not need it running constantly.

pfrenssen commented on 2016-08-16 16:44 (UTC)

Here is an update of the package to the latest version 2.53.1: https://github.com/pfrenssen/aur-selenium-server-standalone/commit/bc56c4dfe97ebf58adb6a5989c5bd4f56e88c4fa

noirbizarre commented on 2015-09-15 09:53 (UTC)

It would be great to: - not put the .desktop file in /etc/xdg/autostart as izahn said - provide a systemd entry to be able to start selenium server like any other service with systemctl

izahn commented on 2015-07-09 16:55 (UTC)

IMO it would be better not to put the .desktop file in /etc/xdg/autostart. I for one don't actually want it running constantly.

desperat commented on 2013-05-08 14:50 (UTC)

Has somebody done floreal suggestions from below? Can u share? Cause i have to run server manually: java -jar /usr/bin/selenium-server-java running: systemctl start selenium-server.service does nothing. Maybe should switch to: phantomjs probably faster and headless as well.