how to add Microsoft Edge browser on codecept.conf.js with protector

672 Views Asked by At

I'm trying to run a test on multiple browsers : Edge, Safari, chrome , firefox

I'm using this configuration on codecept.conf.js with protector:

Protractor: { driver: 'hosted', browser: 'miscrosoftEdge', rootElement: 'body', chromeOptions: { args: ['--lang:FR'] },

But it returns this error : Error: Could not write to D:\ysance_global_JS\node_modules\selenium-standalone.selenium\edgedriver\17134-MicrosoftEdgeDriver.exe

0

There are 0 best solutions below