I saw the railscast at http://railscasts.com/episodes/257-request-specs-and-capybara which describes how to use Capybara with RSpec on a Rails application.
Is it possible to use Capybara/Selenium to test a web application over which you have no access to the code, or it is not a Ruby/Rack application. Worded another way, is it possible to black-box test a web app using Capybara/Selenium? If so, how?
I ask because all of the code samples imply the existence of a Ruby or Rails code base.