Swipe objects in Appium with Python
A simple function for swiping object 1 to the coordinates of object 2 in Appium using Python.
Steps:
- Search for the objects.
- Obtain the
xandycoordinates of each. - Position above the coordinates of object 1 and move to the coordinates of object 2.

Full code on GitHub:
https://github.com/delrayo/swiping_appium_python/blob/main/swipe.py