Skip to content

[🚀 Feature]: Selenium Manager - allow to ignore build matching #11353

@titusfortner

Description

@titusfortner

Feature and motivation

User should be able to specify any version of browser and driver they want, and if the driver would otherwise complain, they need to specify to ignore the complaint.

This should include the ability to set separate driver and browser versions, and therefore allow setting the driver version with just the major version number.

This will require bindings to parse the goog:chromeOptions capability for an arg with disable-build-check.

Usage example

selenium-manager --browser chrome --browser-version 105 --driver-version 108 --disable-build-check

or

selenium-manager --browser chrome --browser-version canary --driver-version dev --disable-build-check

I *don't think you need to check --disable-build-check if a user does something that the driver itself will allow:

selenium-manager --browser chrome --browser-version 108 --driver-version 107

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-dotnet.NET BindingsC-javaJava BindingsC-nodejsJavaScript BindingsC-pyPython BindingsC-rbRuby BindingsC-rustRust code is mostly Selenium ManagerI-enhancementSomething could be better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions