I am happy to announce that one method getting back the data in all table cells is available now in Tellurium. I added the following method to DslContext
String[] getAllTableCellText(String uid) The uid is the table's uid and the return value is an array list of all cell data. Thanks to jQuery selector, this is done by just one method call. How much is the improvement on performance? You can image. :-) I added one test class there, please take a look at TelluriumIssueModule and TelluriumIssueTestCase for more details. I also clear up the Tellurium objects to use either xpath or jquery selector dependent on if you turn on the jQuery selector. There are two methods in DslContext to turn on/off jQuery selector, useJQuerySelector() disableJQuerySelector() Again, you need to download the customized selenium-server.jar from trunk/core/lib. Note, jQuery selector only works for composite locators, i.e., clocators. I do not really have too many test cases to test the jQuery selector and do not have too much time, either, because I need to work on other tasks. I really appreciate if our Tellurium users could help me to write some tests and report any problems of the jQuery selector. Also, I really appreciate if someone could volunteer to write some test code and run in IE to test the performance differences between XPath and jQuery Selector. It would be great if you could create some benchmarks and generate a report for them. Thanks in advance, Jian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
