AirtestProject / Poco

A cross-engine test automation framework based on UI inspection
http://airtest.netease.com/
Apache License 2.0
1.74k stars 315 forks source link

V1.0.92 #597

Closed yimelia closed 10 months ago

yimelia commented 11 months ago

Add:

  1. 新增 poco.dump() 接口,效果等同于之前的poco.agent.hierarchy.dump()接口,让调用更简单
  2. 新增 poco.double_click()接口
  3. 在android poco主动调用stop_running时,释放申请的端口号
  4. 更新了PocoService.apk,对一些机型兼容性更好

  1. Added poco.dump() interface, which has the same effect as the previous poco.agent.hierarchy.dump() interface, making the call easier
  2. Added poco.double_click() interface
  3. When android poco actively calls stop_running, release the requested port number
  4. Updated PocoService.apk, which has better compatibility with some models.