Got it. Thanks!

On Mon, Aug 3, 2009 at 5:46 PM, Haroon Rasheed <[email protected]> wrote:

> Tellurium has extended Selenium Server and added methods to use JQuery
> selectors and locator cache, one way to resolve this is to download the
> custom selenium server jar file and run the server from that jar file.
> I hope this helps, let us know if it does not.
>
> Cheers
> Haroon
>
>
>
> 2009/8/3 goal1860 <[email protected]>
>
>
>> Hi Guys,
>>
>> I am experiencing a problem when run tests on external Selenium server
>> (runInternally = false). It reports an error with tearDownForClass. It
>> says "cleanCache" is not a recgonized command. Looked up the source, I
>> found it in CustomSelenium class:
>>
>> public void cleanSelectorCache(){
>>      String[] arr = [];
>>      commandProcessor.doCommand("cleanCache", arr);
>>    }
>>
>> As my understanding it should be an extended command which added to
>> some extention scripts, but from original source, I can't find any
>> hint related to it.
>>
>> Could any body tell me how to configure or work around it?
>>
>> Thanks!
>> Goal1860
>>
>>
>>
>
> >
>

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

Reply via email to