I'm trying to automate an extension for Microsoft Edge (Chromium) and it was working fine until the Microsoft Edge browser got updated to 80.xx and ended the support of chromeOptions for their new edge drivers.
Like earlier, I was using chromeOptions with Edge driver to load the extension but now by ending the support of chromeOption for the new edge drivers, I'm not able to load the extension or pass any arguments to the Edge Browser for WebdriverIO ( or Protractor) framework.
So how can I use the edgeOptions in the conf file to pass the arguments?
Anyway, I got the solution for this, just need to add "ms:edgeOptions" under capabilities (like goog:chromeOptions) and by doing that it will treat the args as Chromium.