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
-~----------~----~----~----~------~----~------~--~---