-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to support Microsoft Edge browser? #264
Comments
I have to do some research on that. I don't know how selenium and edge work together. I will do that this afternoon and let you know. Hopefully its as simple as an driver for edge. |
Here is where to obtain the web driver for Edge |
I have this 'working' on another branch, it has some issues: There are actually 3 different 'Webdrivers' and the one you linked is the oldest one. Read the last comment here: https://blogs.windows.com/msedgedev/2015/07/23/bringing-automated-testing-to-microsoft-edge-through-webdriver/ To me that is a problem because google is not finding the right webdriver, and MS isn't doing a good job of representing them (good version numbers, listed out on a page with all downloads there). ~20% of the tests in my regression suit are failing. Selenium Actions (drag/drop), some javascript functions, interacting with js alerts... none of these things seem to work. I can get my test suite to run with debugger, or bash ??, but not from normal windows command prompt. A browser is launch and it hangs there. I honestly feel Edge isn't ready for prime time automation testing, but if you want I can add it. I will call it EdgeBETA or EdgeUseAtOwnRisk or something to make it clear that it is not on the same level as other browser. Thoughts? |
Sounds good to call it a beta support. At least those who want to test without these edgy issues can do some verification using this beta. |
Added here, I will do a nuget build soon: #265 just use
|
https://www.nuget.org/packages/canopy/0.9.54 Enjoy and good luck! |
I've tried the new code, but every time I call
BTW, I tried with all the 3 available EDGE web drivers and I get the same error in all. |
Does it launch an instance of Edge? |
Also can you tell me what version of edge you have? I have 25.10586.0.0 |
It launches an instance and closes it right away. I have this version: |
Can you try the code in this blog post and see if it works for you? |
It does the same thing and giving me the same error: |
Look in your C:\Program Files or C:\Program Files(x86) and see if there is a
And see if that works. Also maybe try to uninstall the drivers (add remove programs I think) and then install the Fall 2015 one. Beyond that.. I dont know =( other than googling the error and seeing if something comes back. |
Thanks for your effort. I tried with all the versions of the driver and no matter what I did, the same error occurs. Googling didn't find anything. I may need to test on a different Windows 10 machine to see if it works. If it still not working, I will wait for a newer driver version o check. |
Ok sounds reasonable. I have it 'working' in my VM, so if you ever need to compare version numbers etc, let me know. |
Are there any plans to add support for Microsoft Edge browser in the near future?
The text was updated successfully, but these errors were encountered: