How to identifier 4 similar java links in an page
I have 4
similar java links in a same page, in their objects properties, only href are
different.
Here are links:
Java("*", 03/01/2006)
Java("*",
02/06/2006)
Java("*", 10/09/2006)
Java("*", 11/05/2006)
In object
repository, I named first link to "date_01" and done this:
For i =0 to
3
browser("b1").page("p1").link("Text", date_01 ).setoproterties "index"
,i
browser("b1").page("p1").link("Text", date_01 ).Click
next
This
click 4 times to the first links. How to change the script to click to each
link?
Thanks
Questions by lozzko
Showing Answers 1 - 1 of 1 Answers
Related Answered Questions
Related Open Questions
How to identify four similar java links in page ?
I have 4
similar java links in a same page, in their objects properties, only href are
different.
Here are links:
Java("*", 03/01/2006)
Java("*",
02/06/2006)
Java("*", 10/09/2006)
Java("*", 11/05/2006)
In object
repository, I named first link to "date_01" and done this:
For i =0 to
3
browser("b1").page("p1").link("Text", date_01 ).setoproterties "index"
,i
browser("b1").page("p1").link("Text", date_01 ).Click
next
This
click 4 times to the first links. How to change the script to click to each
link?
Thanks
Profile Answers by lozzko Questions by lozzko
Questions by lozzko
Related Answered Questions
Related Open Questions