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.
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.