Skip to content

[🚀 Feature]: Selenium Manager support Nightly grid #13384

Closed
@titusfortner

Description

@titusfortner

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

No one assigned

    Labels

    C-rustRust code is mostly Selenium ManagerI-enhancementSomething could be better

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions