Closed ghost closed 5 years ago
This is more of a webdriver.io related issue than a chimp issue. See here for more: https://medium.com/@jlchereau/how-to-configure-webdrivier-io-with-selenium-standalone-and-additional-browsers-9369d38bc4d1#bbac
This issue is being tracked in Chimpy https://github.com/TheBrainFamily/chimpy/issues
Expected behaviour
chimp .\features\login.feature --browser="MicrosoftEdge"
after installing selenium-standalone about (93%) they have an error.Actual behaviour
Exact steps to reproduce / repository that demonstrates the problem
chimp .\features\login.feature --browser="MicrosoftEdge"
Version & tools:
Chimp version: 0.51.1 ChromeDriver version: Unknown. Chromedriver not used directly. Java version: java version "1.8.0_171", Java(TM) SE Runtime Environment (build 1.8.0_171-b11), Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode) Selenium version: 3.8.1 Selenium drivers version: chrome: 2.35, ie: 3.0.0, firefox: 0.19.1 OS version: Windows_NT 10.0.16299 Node version: v8.11.1
chimp .\features\login.feature --browser="MicrosoftEdge"
chimp -v
=> v0.51.1node -v
=> v8.11.1java -version
=> 1.8.0_171uname -v
=> Windows_NT 10.0.16299 Microsoft Edge: => Microsoft Edge 41.16299.248.0 => Microsoft EdgeHTML 16.16299Console / Log Output
--debug
log output as:Seems they not found driver.version: unknown of EdgeDriver
Please help me!