Im currently working in a project where i have to detect the url entered in the browser and read its content from a java application.
There are plenty of examples out there to show how the content is captured if the URL is given to the app. But in my scenario I have to capture the URL from the browser.
Any examples I can refer? Im totally new to java but i do have experience in c#.