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