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