写一个help.py

然后用命令 monkeyrunner.bat help.py

即可生成help.html

#help.py

from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice

text = MonkeyRunner.help("html");

f = open('help.html', 'w')

f.write(text);

f.close();

相关文章:

  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2022-01-02
  • 2021-07-28
  • 2021-11-14
  • 2021-10-08
  • 2021-12-20
  • 2021-04-16
相关资源
相似解决方案