Method: ICuke::SimulatorDriver#scroll
- Defined in:
- lib/icuke/simulator_driver.rb
#scroll(direction) ⇒ Object
173 174 175 |
# File 'lib/icuke/simulator_driver.rb', line 173 def scroll(direction) swipe(swipe_direction(direction)) end |