Submitted Questions

  • How to identify four similar java links in page ?

    How to identifier 4 similar java links in an pageI 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 3browser("b1").page("p1").link("Text", date_01 ).setoproterties "index"...

    vasavi

    • Jul 21st, 2006

    Hi,     As u have four similar links with just one property changes, you can use descriptive programming rather than going for  such code.If you are getting  the links at...