capybara-webkit Questions

2

Solved

Can I execute a javascript in a link with capybara click_link('next_page') ? The link looks like this: <a onclick="$('#submit_direction').attr('value', '1');$('#quizForm').submit()" id="next_p...
Beneath asked 22/1, 2012 at 20:44

1

This is really a tough one for me. I'm trying to migrate over to Mountain Lion but I get the following when trying to install capybara-webkit. The initial error: Gem::Installer::ExtensionBuildErr...
Ajar asked 1/2, 2013 at 1:4

2

Solved

I'm using Capybara with webkit for my testing, but for some reason when a test fails it shows the error, but not where it actually occurred in the code. Failures: 1) online shopping - sign up F...
Distilled asked 5/1, 2013 at 23:54

4

I got following message from webkit driver in my rspec: Capybara::Driver::Webkit::WebkitInvalidResponseError: Unable to load URL: http://127.0.0.1:44923/posts Few days ago it worked. The problem...
Ellenaellender asked 17/1, 2012 at 10:29

2

Solved

I'm using capybara-webkit to test integration with a third party website (I need javascript). I want to use vcr to record requests made during the integration test but capybara-webkit doesn't go o...
Trigraph asked 26/6, 2012 at 19:13

3

Solved

I'm using capybara, capybara-webkit, capybara-screenshot together with cucumber. (Ruby 1.9.3, Rails 3.1.3) and Capybara.javascript_driver = :webkit is also set env.rb Unfortunately running a cucu...
Interpolation asked 23/12, 2011 at 20:19

2

I get a slew of warnings from webkit when I run rspec. I am using capybara-webkit and qt installed from brew. I sure would love to fix these. Thanks for your help. Warnings like: "Implemented in b...
Stowell asked 29/2, 2012 at 18:2

1

Solved

My attempt to place a hidden_field within a form_for is crashing within cucumber on an ActionView helper error. Something also about FixNum which escapes me since I haven't dug through the source c...
Cross asked 14/2, 2012 at 15:11

© 2022 - 2024 — McMap. All rights reserved.