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
  • 0
    Certified Lead Developer

    There's a section in the custom.properties to specify Chrome options

    #Use comma separated values ex: username=appian,accessKey=,browserName=Safari,platform=mySecretAccessKeycOS 10.13,version=11.1,name=My Safari Test
    #These two chromeOptions capabilities profile.default_content_settings.popups=0) and safebrowsing.enabled=true are hard coded capabilities.
    #You'll need to set chromeOptions to blank to override those capabilities.
    chrome.capabilities=

Reply
  • 0
    Certified Lead Developer

    There's a section in the custom.properties to specify Chrome options

    #Use comma separated values ex: username=appian,accessKey=,browserName=Safari,platform=mySecretAccessKeycOS 10.13,version=11.1,name=My Safari Test
    #These two chromeOptions capabilities profile.default_content_settings.popups=0) and safebrowsing.enabled=true are hard coded capabilities.
    #You'll need to set chromeOptions to blank to override those capabilities.
    chrome.capabilities=

Children
No Data