selenium-server-standalone: 2.53.0 -> 3.6.0

This commit is contained in:
Stefan Lau
2017-10-09 10:19:29 +02:00
committed by Stefan Lau
parent e3bda92a1a
commit 173d8db077
3 changed files with 11 additions and 9 deletions
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
makeWrapper ${jdk}/bin/java $out/bin/selendroid-selenium \
--add-flags "-Dfile.encoding=UTF-8" \
--add-flags "-cp \"$out/share/lib/selendroid/${name}.jar:${selenium-server-standalone}/share/lib/${selenium-server-standalone.name}/${selenium-server-standalone.name}.jar\"" \
--add-flags "org.openqa.grid.selenium.GridLauncher"
--add-flags "org.openqa.grid.selenium.GridLauncherV3"
'';
meta = {