nikgoodley-ibboost / aost

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

List object does not generate correct XPath #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Mark, the List object generate wrong xpath like

/descendant-or-
self::form[@method="post"]/descendant-or-self::div[@id="id3:6"][1]/
descendant-or-self::table/tbody/tr[0]/td[0]/descendant-or-self::a,

The reason is that the List object did not use the position for its elements.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 23 Sep 2008 at 8:46

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 3 Oct 2008 at 1:17