Method: Calabash::Android::TouchHelpers#pan
- Defined in:
- lib/calabash-android/touch_helpers.rb
#pan(query_string, direction, options = {}) ⇒ Object
89 90 91 |
# File 'lib/calabash-android/touch_helpers.rb', line 89 def pan(query_string, direction, ={}) execute_gesture(Gesture.with_parameters(Gesture.swipe(direction, ), {query_string: query_string}.merge())) end |