Get link position on screen from google search results
- by Revelation
I want to make an app in .net to search on google for a keyword and click on a specific link from the results. Like a bot.
How can I get the coordinates of screen where the specific link appears in search results so I can do a click on it. The component where the page loads will have javascript enabled so just parsing the html is not enought. It must look like a real user is clicking on the link.( it`s for a school project involving seo)
or What is the best approach to do this ?