Selenium with Edge Chromium and JavaScript

Copper Contributor

Hi,

I am trying to run selenium with Edge chromium driver but it's failing. Always asking for the msedgeriver.exe on my Mac.

 

Is there a way to use the new edge chromium with selenium and JavaScript? any sample code maybe?

 

Thanks

Bilal

1 Reply

@Bilal01 this should be working. I don't have my Mac handy, but I did this two weeks ago and it worked. Are you using the Driver from here: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads ?

What build are you on?

If you supply a sample for how you are doing it, I can probably help. There could be a bug in the language bindings...

-John