Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Grails-Selenium-RC 1.0
-
Component/s: None
-
Labels:None
Description
The following commit on github is just a repackaged selenium-server.jar with jquery 1.3.2 included and imported in Remote Runner.html It would be great if this could make it into the current snapshot.
http://github.com/kaaloo/grails-selenium-rc/commit/59d6bb1fc7b8693b78d648f1875d6a78e04870b8
My only problem with this is that when I want to update the version of the server that's included in the plugin I would need to re-apply this patch to the jar.
Annoyingly because the server jar has to be loaded in a separate classloader (it contains all sorts of stuff that clashes with Grails) it can't be included with the new Grails dependency DSL which would make it very easy for you to override it.