Capybara is a web application testing framework for Rack applications, such as Rails, Sinatra and Merb.
I'm attempting to set the request header 'Referer' to spoof a request coming from another site. We need the ability …
webdriver capybara selenium-webdriverI'm trying to select an item from a drop down menu using Capybara (2.1.0). I want to select by number (meaning …
ruby selenium-webdriver capybaraI'm using Rspec and Capybara. How can I write a step to check a checkbox? I've tried check by value …
ruby-on-rails ruby testing rspec capybaraThe page url is something like /people?search=name while I used current_path method of capybara it returned /people …
ruby-on-rails ruby-on-rails-3 rspec capybaraHow to click first link in that case: <div class="item"> <a href="/agree/">Agree</…
ruby rspec capybaraAfter loading a page I have code that runs and hides and shows various items based on data returned by …
ruby rspec capybara integration-testingI have following two elements in HTML <a href="/berlin" >Berlin</a> <a href="/berlin" &…
ruby regex capybaraI have a field with a proper label that I can fill in with capybara without a problem: fill_in …
forms rspec capybaraI'm using RSpec2 and Capybara for acceptance testing. I would like to assert that link is disabled or not in …
ruby-on-rails rspec capybaraI have this: <input class="string optional" id="course_group_courses_attributes_2_name" name="course_group[courses_attributes][2][name]" …
rspec capybara