I expect to be able to run chimp in Windows 7 with Internet Explorer 11.0
Actual behaviour
I am getting an error message saying the best matching driver provider org.openqa,selenium.edge.EdgeDriver can't create a new driver instance for Capabilites...
Exact steps to reproduce / repository that demonstrates the problem
Please put long code snips in a Gist and provide a link here.
Download IEDriver from seleniumHQ website.
Unzip it and add the location of the .exe file to the PATH sys variable.
Create an exact copy of the default config file and add the following Desired Capabilities under WEBDRIVER-IO section:
// - - - - WEBDRIVER-IO - - - -
webdriverio: {
desiredCapabilities: {
browserName: "internet explorer",
version: "11.0"
},
logLevel: 'silent',
// logOutput: null,
host: '127.0.0.1',
port: 4444,
path: '/wd/hub',
baseUrl: null,
coloredLogs: true,
screenshotPath: null,
waitforTimeout: 500,
waitforInterval: 250
},
Run chimp with the following command:
node ./node_modules/chimp/bin/chimp.js node_modules/chimp/dist/bin/chimp-ie.js --browser=ie --saveScreenshotsToDisk=false --saveScreenshotsToReport=true --screenshotsOnError=true -f pretty -f json:e2e.json
Issue by wuthiago Monday Jul 31, 2017 at 19:57 GMT Originally opened as https://github.com/xolvio/chimp/issues/636
Expected behaviour
I expect to be able to run chimp in Windows 7 with Internet Explorer 11.0
Actual behaviour
I am getting an error message saying the best matching driver provider org.openqa,selenium.edge.EdgeDriver can't create a new driver instance for Capabilites...
Exact steps to reproduce / repository that demonstrates the problem
Please put long code snips in a Gist and provide a link here.
Version & tools:
Console / Log Output
http://imgur.com/a/PVeFt
Join our Slack xolv.io/community #chimp channel, where you can find help and help others.