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.
Discussion posts and replies are publicly visible
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.
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.