How do I pass Chrome options with Java-Cucumber?

How can I pass Chrome options with Java-Cucumber?

Hello Charity,

You can add the syntax below to pass Chrome options:

ChromeOptions capabilities = new ChromeOptions();