You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, this seems to be a gem require problem caused by requiring capybara before celerity. The error above went away for me after changing my requires to:
I've just installed the follow gem versions on JRuby 1.6.4:
capybara (1.0.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (
> 2.0)> 0.1.4)xpath (
capybara-celerity (0.0.1)
capybara (>= 0.4.1)
celerity (>= 0.7.9)
celerity (0.9.0)
and get the error: "com.gargoylesoftware.htmlunit.ObjectInstantiationException: unable to create HTML parser (NativeException)"
which seems to cause the following error for each case:
"java.lang.NullPointerException: No document element ("
Any ideas?
Cheers,
Matt
The text was updated successfully, but these errors were encountered: