nikgoodley-ibboost / aost

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

Add support for JQuery selector #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, Tellurium only support XPath for composite locators. We need to
see if we can support CSS selector as well.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 30 Jul 2008 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 30 Jul 2008 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 15 Nov 2008 at 10:57

GoogleCodeExporter commented 9 years ago
This is actually changed to support JQuery selectors.

Original comment by John.Jian.Fang@gmail.com on 3 Dec 2008 at 9:56

GoogleCodeExporter commented 9 years ago
I take over the task

Original comment by John.Jian.Fang@gmail.com on 10 Apr 2009 at 4:20

GoogleCodeExporter commented 9 years ago
seems we can use the jQuery :has pseudo class and  multiple selector: selector1,
selector2, selectorN to implement the group locating, for instance,

$('th:has(div.tab, div.round4, div.round2, div.round1, div.box-inner, a)')

Original comment by John.Jian.Fang@gmail.com on 10 Apr 2009 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by John.Jian.Fang@gmail.com on 11 Apr 2009 at 3:58