If you use Maven, you can obtain the custom selenium server automatically and here is the sample Pom file for a Tellurium project,
http://code.google.com/p/aost/wiki/TelluriumTestProjectMavenSamplePom If you use ant, you should download the dependency zip file, http://aost.googlecode.com/files/tellurium-0.6.0-dependencies.zip where selenium-server-1.0.1-te.jar is the custom selenium server. To disable jQuery selector, simple call disableJQuerySelector() to switch back to XPath locator. Manoj, You reported a similar problem. Have you solved this problem by using the custom Selenium server? Thanks, Jian On Mon, Nov 2, 2009 at 4:36 AM, DM77 <[email protected]> wrote: > > Hi > > We are using version 0.6.0 of the Tellurium core and dependancies. Is > there some documentation about how to either disable this feature or > to obtain the custom selenium server? > > thanks > > On Oct 29, 5:01 pm, Jian Fang <[email protected]> wrote: > > 'cleanCache' is used in Tellurium when you select to use jQuery selector > as > > the locator with the caching opinion, which is an extension to selenium > > core. Have you got the customized selenium server? What version of > tellurium > > are you using? > > > > Thanks, > > > > Jian > > > > > > > > On Thu, Oct 29, 2009 at 12:55 PM, DM77 <[email protected]> wrote: > > > > > Hi, > > > > > When running Tellurium tests in Eclipse I am seeing the following > > > error in the console: > > > > > INFO - Got result: ERROR: Unknown command: 'cleanCache' on session > > > [guid] > > > > > when I am attempting to create an instance of Groovy classes. Can > > > anyone advise? > > > > > thanks- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
