How can I pass Chrome options with Java-Selenide?
Hello Charity,
You can add the syntax below to pass Chrome options:
ChromeOptions capabilities = new ChromeOptions();
How can I pass Chrome options with Java-Selenide?
Hello Charity,
You can add the syntax below to pass Chrome options:
ChromeOptions capabilities = new ChromeOptions();