How can I merge chromeOptions with the LambdaTest capabilities?
Hi Dipen Soni,
You can merge the chromeOptions with the capabilities below:
ChromeOptions options = new ChromeOptions();
options.addArguments("lang=en-GB"); caps.setCapability(ChromeOptions.CAPABILITY, options);