Seems you did not use the custom selenium server. I am not familiar with Selenium grid. Haroon, do you have any input here?
Thanks, Jian On Thu, Apr 14, 2011 at 5:16 PM, super fan 911 <[email protected]>wrote: > Hey Jian, > When i run the test internally i don't see this. But, when i do > it on my grid i see this. I guess is when i do grid, I am not using > the custom selenium server jar. My question is how should i go about > replacing the Jar file in the grid? Or, how can this be avoided/fixed > when used in a grid environment? > > Thanks! > > On Nov 2 2009, 7:22 am, Jian Fang <[email protected]> wrote: > > 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.
