P
P
PesyCorm2022-02-19 16:24:41
Automation
PesyCorm, 2022-02-19 16:24:41

How to use latest browser version in selenoid?

Hello
Tell me, is it possible not to explicitly specify the desired version of the browser, but to prescribe so that the latest one is simply used?
For example, there is a capability for python:

capabilities = {
    "browserName": "chrome",
    "browserVersion": "97.0",
    "selenoid:options": {
        "enableVNC": True,
        "enableVideo": False
    }
}

the browserVersion parameter is set to 97.0, which means that the browser will always start at 97.0
is there any parameter like the latest version, as it is for docker images?
Thank you!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question