Skip to content

Instantly share code, notes, and snippets.

@tubbo
Created August 15, 2011 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tubbo/1147930 to your computer and use it in GitHub Desktop.
Save tubbo/1147930 to your computer and use it in GitHub Desktop.
Capybara::Driver::Webkit::WebkitInvalidResponseError: Javascript failed to execute
it "should not have a problem with this", :js => true do
page.execute_script %Q{$("#example_element").val('Stuff'); $("#example_element").keydown()}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment