I have downloaded and installed edge webdriver from Microsoft website. I see the Edge driver folder in the "C:\Python27\Lib\site-packages\selenium-2.48.0-py2.7.egg\selenium\webdriver\edge".
Whenever I try to execute the below Robot Test case:
*** Settings ***
Documentation Test Edge Browser
*** Test Case ***
Test Edge browser
open browser http://www.google.in Edge
Though I have set the environment path for "Mircrosoftwebdriver.exe". I see the "WebDriverException: Message: The EdgeDriver executable needs to be available in the path. Please download from http://go.microsoft.com/fwlink/?LinkId=619687"
Please let me know if anyone has the same issue and resolved.
It looks like RobotFramework uses their own library called Selenium2Library. This library currently has a pull request to add Microsoft Edge support sitting in code review which can be found here:
https://github.com/robotframework/Selenium2Library/pull/568
Since it uses Selenium2Library the fact that selenium has support for Microsoft Edge doesn't matter. Here is where you can see supported browsers:
http://robotframework.org/Selenium2Library/doc/Selenium2Library.html#Open%20Browser
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With