Top "Capybara-webkit" questions

A Capybara driver for headless WebKit so you can test Javascript web apps.

ERROR: Error installing capybara-webkit:

Any suggestions on how to fix? gem install capybara-webkit -v '0.11.0' Building native extensions. This could take a while... …

ruby-on-rails ruby gem capybara capybara-webkit
Capybara: Unable to find css

I am using capybara to click a checkbox, however it can't seem to find it no matter what I do. …

rspec capybara capybara-webkit
Find elements by data attributes

I'm improving my tests with RSpec and capybara-webkit, trying to delete all the css and xpath selectors like find('#…

ruby-on-rails testing rspec capybara capybara-webkit
Not able to install capybara-webkit using bundle install command in Rails 4

I am getting following error while executing command bundle install in my Rails 4 application. > ruby -v ruby 2.1.8p440 (2015-12…

ruby-on-rails ruby rubygems capybara capybara-webkit
How to wait till an element appears after an AJAX call using capybara-webkit?

The capybara method, wait_until doesn't seems to work for capybara-webkit. Is there any alternate solution for that, or any …

capybara capybara-webkit
How do poltergeist/PhantomJS and capybara-webkit differ?

What are the differences between PhantomJS and capybara-webkit? What are the advantages of capybara-webkit over PhantomJS? Which of the two …

capybara phantomjs capybara-webkit poltergeist
Can I use homebrew's qt5 with capybara-webkit?

I want to use qt5's QtWebKit with capybara-webkit. brew uninstall qt Uninstalling /usr/local/Cellar/qt/4.8.4... brew install qt5 …

qt homebrew qtwebkit capybara-webkit
How to test a Select2 element with capybara DSL?

I have a Select2 element on a page that loads results via ajax. Would like to test this with capybara/…

ruby-on-rails capybara capybara-webkit jquery-select2
Href link click using capybara

How can i click a link using capybara.I need to click the graduation link <a href="/arts?Occasion=…

xpath cucumber capybara capybara-webkit
rails 3.1, capybara-webkit, why page.execute_script fails?

After installing capybara-webkit, I tried to try a test inside a spec, here is my test: Capybara.default_driver = :webkit …

ruby-on-rails-3 ruby-on-rails-plugins capybara capybara-webkit