I have test set up that run fine with Chrome and IE using the Browser loop with all controls as children under the Sys.Browser(). I did have Edge working at one point but now Edge is not being recognized by Sys.Browser(). I don't know how this changed as I haven't changed any settings.
Edge is currently showing up as: Sys.Process("Microsoft.MicrosoftEdge").Window("Windows.UI.Core.CoreWindow", "Microsoft Edge", 1)
Has anyone else ran into this? Any ideas how to get Edge to be recognized by Sys.Browser() so that my cross browser tests will work on Edge?