How can i force a url to open in Edge without writting javascript?

I need to open a url in Edge and i need to do it without writing any JavaScript.

Usually I’d just use the Open URL in Window action however if I do and pass the browser to it (ie microsoft-edge:https://www.google.com) then it doesn’t open the url and fails with no errors.

I know we can get around this by writing some java script but we use Pega Deployment Manager and it applies the rules that prohibit custom java script and/or any sections that are not auto generated.

So has anybody managed to do this without using js?

And here is how i got around it… You can just use the window.open() js function directly. I ran a DT to create the url and populate the property .pyURLContent which is passed to window.open().

Thanks to @rawap who posted this solution in another post.