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
The truth is, this driver is pretty inactive these days. There are a lot a things working against it, probably most predominantly the inability to get johnson/spidermonkey working with 1.9.2 but also related to getting the johnson envjs stuff merged upstream.
I'd suggest trying to find something that works against v8 ... I've heard things that work against webkit for the browser environment but haven't had time to pursue them at this point ...
It sates that the Node cannot inherit from a module, if you patch that up by changing the node class to
class Node < Capybara::Driver::Node
Then you get a driver not found error, which can be fixed by adding
But then i got stuck with another claiming that it Capybara::Driver::Envjs::Node didn't have a node method.
Is anyone else able to get this running with capybara 1.0.0 (i'm also using spec) ??
The text was updated successfully, but these errors were encountered: