jagdeepjain / sfapi

Automatically exported from code.google.com/p/sfapi
0 stars 0 forks source link

should locate element by other element attribute not only by id, such as name,class name,index... #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi all,
   does this tool only find element by element id? could it support for by 
other element attribute, for example, name, class name, index, and parent-
child element relationship...

Original issue reported on code.google.com by xwliang2008@gmail.com on 20 Apr 2010 at 3:29

GoogleCodeExporter commented 8 years ago
Use the selector "label=Skip" or "styleName=rightButton24" to select an element 
by non-id property.

Original comment by vrplum...@gmail.com on 1 Oct 2010 at 10:14