I am trying to run my tests on Edge chromium, version 88.0.705.74. I am using the suitable version from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ The browser gets launched and URL is navigated correctly but I get failure with following errors.
Message: OpenQA.Selenium.WebDriverException : Cannot find a file named 'C:<path to my project>\bin\Debug\isDisplayed.js' or an embedded resource with the id 'isDisplayed.js'.
Has anyone faced this issue or knows how to fix?
Thanks!