Skip to content

Support missing api #353

Closed
Closed
@ki4070ma

Description

@ki4070ma

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions