I am scrapping a web page to find call data for our company. The page size changes based on data. I've tried tabbing, but they use Java script on their page. Is there a way to do a lookup such as "Find "Yesterday's Calls"" that would then take and highlight a word somewhere on the page and then to either grab the coordinates of that word so I can move the mouse there or automatically move the mouse there. Keep in mind the coordinates change on every page.
Thanks