send-keys
send-keys copied to clipboard
Can't use send-keys without Cucumber
Since the steps are loaded when the library is loaded, if you don't have the cucumber gem installed, you get an error (And doesn't exist), which makes it impossible to use the library without Cucumber.
agreed, this isn't a capybara gem, it's a cucumber/capybara gem. :(