yoyoFan / wda_client

a client for WebDriverAgent server achieve app automated testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/anion102/wda_client.

About

a client for WebDriverAgent server achieve app automated testing


Languages

Language:Ruby 99.1%Language:Shell 0.9%