Switch to using selenium-client gem and vendor selenium-server.jar (not used directly from webrat yet)
This commit is contained in:
parent
f262e338bf
commit
9b5ffacecc
|
@ -1,3 +1,4 @@
|
|||
require "selenium"
|
||||
gem "selenium-client", ">=1.2.9"
|
||||
require "selenium/client"
|
||||
require "webrat/selenium/selenium_session"
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue