nixpkgs/pkgs/development/tools/selenium/server
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
..
default.nix selenium-server-standalone: fix useChrome = false 2021-12-07 14:13:50 +01:00