Cucumber for Appian

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

Parents
  • 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

    @BeforeClass
    public static void seleniumErrorFix(){
    System.setProperty("webdriver.http.factory", "jdk-http-client");
    }
Reply
  • 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

    @BeforeClass
    public static void seleniumErrorFix(){
    System.setProperty("webdriver.http.factory", "jdk-http-client");
    }
Children
No Data