Is it possible to load an external javascript through Selenium RC? Suppose I want to enable jquery in my tests so that I could use the jquery capability for my user-extension.js. Is this possible? I'm using Java for this.
We are testing a black box web app in production so we are not able modify the code we are testing.
Thanks!