I want to open a browser from Android application for automation through calabash-android using ruby. Is it possible by using Capybara (gem install capybara
) or some other method?
Asked
Active
Viewed 212 times
1

Divya
- 121
- 2
- 11
1 Answers
1
Divya!
Capybara
- Web browser automation framework.
Calabash-android
- Mobile app automation framework.
Both this framework is based on Cucumber(a command line tool)
You can use Capybara
to run the test in system web browser
as well as mobile web browser
. So my answer is YES.

Aravin
- 6,605
- 5
- 42
- 58
-
capybara is not possible with ruby version 1.9 or need to update ? Did you ever use capybara with calabash-android ? – Divya Dec 14 '15 at 04:35
-
1. Capybara requires Ruby 1.9.3 or later 2. No. – Aravin Dec 14 '15 at 06:17