Forum Discussion
mortenb123
Feb 10, 2020Copper Contributor
"80.0.361.48" MSEdge/MSEdgeWebdriver -> no capabilties found
Hi I'm unable to get driver and browser with the same version to talk, I believe the browser autoinstalled itself, because I use this which is still on 79.x Any input on how to sort this out? ...
- Feb 21, 2020
mortenb123 not sure if you got this working or not by now, sorry for the delay in responding... That error is because you are using goog:options which are no longer supported in MSEdgeDriver. You should either update to the Selenium Alpha 4 language bindings, or change to use Microsoft prefixed options, as described in this article:
https://docs.microsoft.com/en-us/microsoft-edge/webdriver-chromiumHope that helps.
-John
mortenb123
Feb 10, 2020Copper Contributor
The msedgedriver.log should output the version from the browser, So I can pick this up with my scanner, what is working and not.
- HotCakeXFeb 10, 2020MVP
can you please reformat your post and put the code parts in their correct format, it will help better understand the post 🙂