Method: Appium::TouchAction#move_to
- Defined in:
- lib/appium_lib/device/touch_actions.rb
#move_to(opts) ⇒ Object
Move to the given co-ordinates.
‘move_to`’s ‘x` and `y` have two case. One is working as coordinate, the other is working as offset.
48 49 50 51 |
# File 'lib/appium_lib/device/touch_actions.rb', line 48 def move_to(opts) opts = args_with_ele_ref(opts) chain_method(:moveTo, opts) end |