How can I pass capabilities in Selenium 4 ? I'm using Selenide framework

How should I pass capabilities in Selenium 4? I’m using Selenide framework.

Hello Alex,

You can pass capabilities in Selenide with Selenium 4 with this format:

"single": {
        "browserName": "Chrome",
        "browserVersion": "104.0",
        "LT:Options": {
                "username": "Your LambdaTest Username",
                "accessKey": "Your LambdaTest Access Key",
                "platformName": "Windows 10",
                "project": "Untitled",
                "selenium_version": "4.0.0",
                "w3c": true
        }
}