I just want to know that how can I merge chromeOptions with the LambdaTest capabilities?

I just want to know that how can I merge chromeOptions with the LambdaTest capabilities?

Hi Helen,

You can merge the chromeOptions with the capabilities below:

ChromeOptions options = new ChromeOptions();
options.addArguments("lang=en-GB");      

  caps.setCapability(ChromeOptions.CAPABILITY, options);