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
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
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