Please help me that how can I pass capabilities in Selenium 4?

Please help me that how can I pass capabilities in Selenium 4 ?

Hello Macy-davis,

You can use the below capabilities:

server: "hub.lambdatest.com"
user: nestorp
key: 1jPHtY0DOASpjH6DkwQuPTLWcMmtKL8ZtQUYmiGzpp2cp4erna

common_caps: 
        "LT:Options": {
                "platformName": "Windows 10",
                "resolution": "1024x768",
                "project": "Untitled",
                "selenium_version": "4.0.0",
                "w3c": true
        }

browser_caps: 
        -
        "browserName": "Chrome",
        "browserVersion": "105.0"