I am doing selenium web driver automation on windows 10 IE Edge browser. I can able to launch IE Edge browser but command prompt which is launched for Microsoft driver is running in front and "IE Edge" browser window running backside of that hence some test are failing due to such behavior in IE Edge.
So i want to try with changing primary setting of IE Edge for selenium web driver like changing Security zone setting at same level and all other required setting needed for selenium web driver.
Please any help in IE edge is greatly appreciated.
Note: What i think is the existing test which are running on IE 11 with selenium web driver. Those same tests are not working in IE Edge with selenium web driver. Please help