I have a C# web application. I am hoping to be able to add a hyperlink/button and if a user clicks it, then another application is opened and the relevant screen is found. For example, if a user clicks on person ID 1, then the other application is opened and the person screen is opened with id 1 displayed.
I have thought about this and Googled it and I believe it could possibly be done with Selenium, however I only have experience testing web apps with Selenium and the other app is a desktop application.
Is it possible to execute user actions like this?