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
Are you using the proper browser driver¿?
Hi David,Please find the below screenshot for browser details in custom.properties file.
Could you please add informtation about the error (Execution log)
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.
Try using edge in IE compatbiility mode
www.selenium.dev/.../
I have custom.properties file where I can used to define browser and driver details for fitnesse for appian.Can you help us to provide details for edge in IE compatibility mode for custom.properties file.Sample screenshot for Chrome Browser
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.