I am not sure if we need our own custom browser for this. If we do, what is your recommendation for open source browser?
We need application that is able to capture location of user clicks on the web page in the browser on Windows machine (cross-platform would be a huge plus). Store the coordinates in the file.
Later be able to open browser on that webpage and do the click screencapturing and reading the URL of the new page that user will be taken too.
Any idea on how to implement this? What libraries, open source projects could help us? Can this be done in Java? C?
Thank you