python-client
python-client copied to clipboard
Need more friendly document
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?
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
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