Closed
Description
Feature and motivation
Allow automatically downloading the nightly version of the grid.
Instead of just getting the latest version of grid, SM should allow getting a specific version. The primary use case for this is to be able to use the nightly release version, but the logic should be the same as what we're doing for IE Driver I think.
Usage example
Result result = SeleniumManager.getResult(List.of("--grid", "nightly"));
Runtime.getRuntime().exec("java -jar " + result.getGridPath() + " standalone --port 12345");
I know the jar can be executed itself in Java, so this more of an example of what would be done in the other languages.
Metadata
Metadata
Assignees
Type
Projects
Status
Done