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

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

Hi Macy-davis,

Use the capabilities;

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

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

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