Have now tried out the new Xpath library and it seems at first glance to be very much improved.
Execution times in IE are probably one half or one quarter what they were. Still much slower than FF or Safari but much improved Thanks for adding the support for this so quickly. BTW i had to upgrade to groovy 1.6 for this to work. Not a problem but worth knowing On Mar 3, 1:11 am, John <[email protected]> wrote: > I added three methods in DslContext, > > public void useDefaultXPathLibrary() > > public void useJavascriptXPathLibrary() > > public void useAjaxsltXPathLibrary() > > The default one is the same as Ajaxslt one. To use faster xpath > library, please call > > useJavascriptXPathLibrary() > > For example, in the test case file, > > protected static NewGoogleStartPage ngsp; > > @BeforeClass > public static void initUi() { > ngsp = new NewGoogleStartPage(); > ngsp.defineUi(); > ngsp.useJavascriptXPathLibrary(); > } > > Let me know if it can speed up the xpath locating in IE. > > Thanks, > > 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 -~----------~----~----~----~------~----~------~--~---
