Closed
Description
The problem
There are some missing api supports on python client
Example: #351
How to extract missing api support
$cd /path/to/appium/commands-yml/commands
$find . -name "*yml" | while read FILE; do if [ `grep "python: false" $FILE | wc -l` = 1 ];then echo "****" && echo $FILE && grep python $FILE; fi; done
-> And checked if there are apis in python-client.