# wda_client **Repository Path**: 422942201/wda_client ## Basic Information - **Project Name**: wda_client - **Description**: a client for WebDriverAgent server achieve app automated testing - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2021-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WdaClient The wda_client is a library for Ruby that is designed to handle iOS app launch, find elements and operate elements and so on. this library providing a client for WebDriverAgent server achieve app automated testing ## Installation install it yourself as: $ gem install wda_client ## Usage All major client functions should be able to happen from the WDAClient module. So, you should be able to just require 'wda_client' to get started. ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/anion102/wda_client.