Unable to launch tests on Edge Chromium

I found a workaround on EdgeDriver Github - this appears to be a webdriver issue:

I tried the workaround below and it works for me.
Go Projects → Settings → Desired Capabilities → Edge Chromium.

Add an entry of Name: 'ms:edgeOptions', Type='Dictionary', open Value and enter the below:
Name='args', Type='List' and Value='--edge-skip-compat-layer-relaunch' (which is a String type)

This affects a version of Edge 133, the current stable release. There is a suggestion to use an earlier edgedriver as mentioned in the GitHub link above but I haven’t tried (someone in that thread mentioned it didn’t work)

1 Like