When doing browser emulation in a form project, the default browser being emulated is Internet Explorer. Are there any plans to upgrade this default to using Edge instead? I couldn't find any specifics on Edge registry paths, but I would assume they don't use the same base path, as they are two different products.
If you have some info on this, or already have plans, please let me know

Current default declaration used is:
Code: Select all
[Microsoft.Win32.Registry]::GetValue('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer', $valueNames[$i], '0')