Hi, Have noticed that the jQuery selector does not correctly decrement the table row number.
jQuesry selector Command request: click[jquery=table[cellspacing=0][cellpadding=0] [border=0] > tbody > tr:has(td):eq(2) > td:eq(0) table.TabBorder a.TabLinks, ] XPath selector for the same element Command request: click[//descendant-or-self::tab...@cellspacing="0" and @cellpadding="0" and @border="0"]/tbody/tr[child::td][2]/td[1]/ descendant-or-self::*/descendant-or-self::tab...@class="TabBorder"]/ descendant-or-self::a...@class="TabLinks"] Above illustrates the problem. Should be tr:has(td):eq(1) for jQuery --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
