# 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: ```ruby gem 'rwda' ``` And then execute: $ bundle Or install it yourself as: $ gem install rwda ## Usage 1. Please define your devices info before use rwda. 2. require 'rwda' in your tests(in hook if cucumber). 3. Browser.new(). 4. 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](http://opensource.org/licenses/MIT).