Skip to main content
July 11, 2024
Question

Fitnesse for appian can support Edge browser

  • July 11, 2024
  • 7 replies
  • 0 views

Hello,

I have tried to execute fitnesse script in EDGE browser. However, am getting below error. Kindly help to resolve this issue.

Note: The same script was working fine in CHROME browser.

Thanks in advance. 

    7 replies

    davidj137213
    Brainy
    July 11, 2024

    Are you using the proper browser driver¿?

    July 11, 2024

    Hi David,

    Please find the below screenshot for browser details in custom.properties file.

    davidj137213
    Brainy
    July 11, 2024

    Could you please add informtation about the error (Execution log)

    July 12, 2024

    AFAIK, FitNesse for Appian supports Chrome, Firefox, and IE browsers.

    CHROME("chrome.browser.home", "chrome.driver.home", "chromedriver.exe"),

    FIREFOX("firefox.browser.home", "firefox.driver.home", "geckodriver.exe"),

    IE("", "ie.driver.home", "IEDriverServer_32.exe");

    |setup with                    |EDGE                    |browser                    |

    The above will not work.

    You need to write custom code to use EDGE

    Experts can share their views.

    August 28, 2024

    Hi Yogi, I am also having issue running Fitnesse with Edge browser. What custom code do I need to write in order to make EDGE browser work with FitNesse Automation? I would appreciate if someone could shed some light on this. Thanks.