My problem is that the table has sub-table. HTML:
 <table>
     <table>
         <tr>...........</tr>
       <span>Payroll Stucture</span><br />
         <a href="/payroll/payroll/payEntity.do">Pay Entity</a><br />
         <a href="/payroll/payroll/payGroup.do">Pay Group</a><br />
         <a href="/payroll/payroll/payElementGroup.do">Element Group</a><br />
      <span>Payroll Calendar</span><br />
        <a href="/payroll/payroll/entityCalendar.do">Entity Calendar</a><br />
    </table>
</table>

So how can I handle the problem,to click the link that I want !
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=5898&messageID=16515#16515
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to