What is the role of Python in appium?

I just wanrt to Know What is the role of Python in appium? and Will appium supports python latest version ?

1 Like

Using Appium-Python-Client, one can automate end to end mobile gestures just like Java.
Refer this - http://appium.io/docs/en/writing-running-appium/touch-actions/
And it supports Python 3.

Appium is an open-source project built on of WebDriver for testing both native mobile apps and mobile web browser apps. Python is one of the programming language that obligatory for Appium. Since Appium is based on WebDriver, the API is similar, and page objects can be used.