Forum Discussion

mortenb123's avatar
mortenb123
Copper Contributor
Feb 10, 2020
Solved

"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? ...
  • johnjansen's avatar
    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-chromium

     

    Hope that helps.

    -John

Resources