Reputation: 11552
From what I have read, selenium itself has the commands(and gem) to actually mimic web page interactions, so what is the necessity to use capybara?
Upvotes: 1
Views: 787
Reputation: 2732
Using capybara over selenium-webdriver provides the following benefits:
Upvotes: 3