I want to use python client with Appium, but where to find the API doc, I suppose an API doc similar with JAVA API doc?
From: https://github.com/appium/python-client , I cannot find it.
neither from http://appium.io
For example, how to know an EditText's all methods, they are send_keys, sendKeys, setText, or setValue, etc?
Thanks.