Can you help me on getting browser configuration for windows 10 edge in .yml
I am trying Gemini in windows 10 for edge browser
I have installed microsoftwebdriver based on build version.
.gemini.yml
ie: desiredCapabilities: browserName: MicrosoftEdge platform: Windows version: "13.10586"
My system has Microsoft EdgeHTML 13.10586
Also I have added webdriver path in environmental variables PATH
I am getting following error message on executing Gemini scripts "The environment you requested was unavailable "
In selenium-standalone command prompt, I am getting "driver version unknown"
I checked util.js and there is no browserName for edge
Can you please help me on this issue?
Hello.
I am not quite understand what you have checked in util.js and where you found that file?
This message - "The environment you requested was unavailable" means that the edge didn't run. So first of all you should figure out why it happens. Maybe you have another version of edge or driver that you have downloaded didn't work. There can be a lot of reasons...