Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
273 views
by Contributing Tester (14 points)
retagged by
"The best matching driver provider org.openqa.selenium.edge.EdgeDriver can't create a new driver instance for Capabilities"
by The go-to Tester (222 points)
can you provide your code sample?
by
moved by
// conf.js
exports.config = {
framework: 'jasmine',
capabilities: {
browserName: 'internet explorer',
},
specs: ['test.js']
};

I changed different browsers also,getting different error for different browser
by The go-to Tester (181 points)
Can you share the code where you are initiating the browser?

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
It looks like you need to configure InternetExplorerServer.exe. Have you downloaded and set it up?
...