Felix Scheinost
a7483c5a9a
selenium-server-standalone: fix useChrome = false
...
Previously when useChrome was set to false the command would be something like
```
makeWrapper [...] \
--add-flags "-cp [...]" \
--add-flags \
--add-flags "org.openqa.grid.selenium.GridLauncherV3"
```
The problem was that only the arguments to `--add-flags` was optional while for this to be parsed correctly the flag and argument has to be optional.
2021-12-07 14:13:50 +01:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Ben Siraphob
c522fec274
pkgs/development/tools: stdenv.lib -> lib
2021-01-23 20:30:03 +07:00
Jonathan Ringer
cd0c348118
selenium-server-standalone: 3.6.0 -> 3.141.59
2020-11-26 00:19:08 -08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
volth
87f5930c3f
[bot]: remove unreferenced code
2018-07-20 18:48:37 +00:00
c0bw3b
525380b472
treewide: abandon Google Code homepages
2017-11-03 18:52:28 +00:00
Stefan Lau
173d8db077
selenium-server-standalone: 2.53.0 -> 3.6.0
2017-10-09 10:19:29 +02:00
Ganesh Sittampalam
f0c230c2c7
selenium-server-standalone: restore htmlunit-driver support
...
It was moved to a separate project between versions 2.45 and 2.53:
https://github.com/SeleniumHQ/selenium/commit/2d3150b
2017-01-14 10:48:38 +00:00
Utku Demir
ffac939edc
selenium-server-standalone: 2.45.0 -> 2.53.0
...
Also remove `patchPhase`, since the relevant executable
does not exist anymore on the new archive.
2016-04-19 11:36:17 +03:00
Tuomas Tynkkynen
5d52f55426
treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' output
2016-01-24 10:03:37 +02:00
Vladimír Čunát
88c9f8b574
xlibs: replace occurrences by xorg
...
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Boris Sukholitko
1da49e714d
Upgrade to selenium 2.45
...
Without the upgrade, firefox driver is unusable, due to:
https://code.google.com/p/selenium/issues/detail?id=8399
2015-05-22 17:40:18 +03:00
Eric Seidel
88eae46455
rename occurrences of gcc.gcc to gcc.cc
2015-01-14 20:47:49 -08:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Pascal Wittmann
8df0e0b151
Fixed many descriptions
2014-11-11 14:36:34 +01:00
Jaka Hudoklin
9fffaf43ba
selenium-server-standalone: update -> 2.44, fix opera, create binary, chrome support
2014-11-05 13:02:59 +01:00
Domen Kožar
c23ec33c77
Add selenium-server-standalone (submitted by coreyoconnor)
2014-02-27 13:06:33 +01:00