Rwda
A ruby client to implement FB WebDriverAgent and make iOS automation test fast and powerful.
It supports parallel automation with different devices'UDID.
Installation
Add this line to your application's Gemfile:
gem 'rwda'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rwda
Usage
Please define your devices info before use rwda.
require 'rwda' in your tests(in hook if cucumber).
Browser.new().
Play with all APIs.
Contributing
Please report bug and requirements to make it useful.
License
The gem is available as open source under the terms of the MIT License.