python-client icon indicating copy to clipboard operation
python-client copied to clipboard

Need more friendly document

Open dvdface opened this issue 3 years ago • 2 comments

the API document is too concise, not enough;

for example, there is a start_screen_recording / stop_screen_recording API, but how to use it ?

when I try to receive bytes from stop_screen_recording, and save it to mp4 file. it can't work.

could you provide some calling example document?

dvdface avatar May 12 '21 07:05 dvdface

Hi @dvdface

Just for that case, please refer here.

https://github.com/appium/python-client/blob/91a9d6701430599637bb6895f9ffb078ee4bd052/test/functional/android/helper/test_helper.py#L38-L41

ki4070ma avatar May 12 '21 07:05 ki4070ma

Hi @dvdface

Just for that case, please refer here.

https://github.com/appium/python-client/blob/91a9d6701430599637bb6895f9ffb078ee4bd052/test/functional/android/helper/test_helper.py#L38-L41

Okay, I see, I will search the codes by keywords and try to find testcases about these apis

dvdface avatar May 12 '21 07:05 dvdface