john-doherty / selenium-cucumber-js

Browser automation framework written in pure JavaScript using official selenium-webdriver and cucumber-js
ISC License
120 stars 89 forks source link

Unable to initiate tests on edge #5

Closed guptarajatkn closed 7 years ago

guptarajatkn commented 7 years ago

I am unable to trigger the scripts on Microsoft EDGE.

Added following settings in world.js case 'edge': { console.log('in world edge'); driver = new selenium.Builder().withCapabilities({ browserName: 'microsoftedge', javascriptEnabled: true, acceptSslCerts: true, path: "path to microsoftWebdriver.exe" }).build(); } break;

getting error : do not know to initiate microsoftedge.