I am using winappdriver for automation desktop application and selenium to handle web-browser. I have scenario in desktop application and need to enter the url in input box, it will open the default browser and url sending with dynamic id details.
Can you please guide how to handle the browser session in selenium when it is opened from desktop request
I have followed this link but no luck https://learn-automation.com/how-to-execute-selenium-scripts-on-already-opened-browser/