Click a arrow on a google web site automaticly.
--------------------------------------------------------------------------------
I want to write a code to click automaticly the "next arrow" or the "last arrow" on the bottom of the following web site.
http://www.google.com/finance/stocks...rt=&sortOrder=
I know the htmlText for these two arrow is as following:
HTML Code:
<DIV class=tpbd closure_hashCode_f042o7="42">
<DIV class=SP_arrow_next></DIV></DIV>
<DIV class=tpsd>21 - 40 of 2658 rows</DIV>
<DIV class=tpbd closure_hashCode_f042o7="41">
<DIV class=SP_arrow_previous></DIV></DIV>
<DIV class=tpbd closure_hashCode_f042o7="40">
<DIV class=SP_arrow_first></DIV></DIV><SELECT class=tpdd
closure_hashCode_f042o7="39"><OPTION value=10>10</OPTION><OPTION selected
value=20>20</OPTION><OPTION value=30>30</OPTION></SELECT>
<DIV class=tpsrd>Show rows:</DIV>
But I can not find a way write it. If anybody can show me how to do it, will be deep appreciated.