Is it possible to add/update Chrome Options while using Cucumber for Appian? Having an example will be very helpful.
Discussion posts and replies are publicly visible
I don't know if your question is related to the ongoing Chrome bug but we found it helpful to add this to our testRunner
@BeforeClasspublic static void seleniumErrorFix(){ System.setProperty("webdriver.http.factory", "jdk-http-client");}