robotframework-ioslibrary is a `Robot Framework
`_ test library for all your iOS
automation needs.
It uses `Calabash iOS Server
`_ to communicate with your
instrumented iOS application similar to how `Selenium WebDriver
`_ talks to your web browser.
To get full simulator support, e.g.: for testing in app purchases
you have to install waxsim.
Download the source from::
https://github.com/jonathanpenn/WaxSim/tarball/93d4dd1d137609eb2dd7dd97161d8b7d7b8267e9
change into the directory and build it with::
xcodebuild
Then add the binary to your path
Simulator Reset
+++++++++++++++
To use `Reset Simultor` enable:
System preferences -> Accesability -> Enable access for Assisted devices
Usage
+++++
API documentation can be found at
`http://lovelysystems.github.com/robotframework-ioslibrary/IOSLibrary.html
`_,
|