This is a small script which will perform a swipe in the middle of the screen in some random interval between 1 to 5 minutes.
- Install Xcode and the command line tools.
- Use your iOS device for development in Xcode. This ensures the UIAutomation framework is installed.
- Install ldid.
make.- Upload the
RandomSwipeexecutable to the device. - SSH into the device and run the
RandomSwipeexecutable. - Ctrl+C or kill it when you are satisfied.
Currently RandomSwipe does not support runtime configuration. Please check the source code.