nixpkgs/pkgs/development/tools/selenium
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
..
chromedriver chromedriver: add dbus to libraries, correct LD_LIBRARY_PATH wrapping (#139723) 2021-09-28 23:39:14 +02:00
htmlunit-driver
selendroid
server selenium-server-standalone: fix useChrome = false 2021-12-07 14:13:50 +01:00