Get link position on screen from google search results
Posted
by Revelation
on Stack Overflow
See other posts from Stack Overflow
or by Revelation
Published on 2010-06-05T12:52:26Z
Indexed on
2010/06/05
13:12 UTC
Read the original article
Hit count: 123
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 ?
© Stack Overflow or respective owner